@@ -20,6 +20,6 @@ class DevToolsUI : public content::WebUIController {
DISALLOW_COPY_AND_ASSIGN(DevToolsUI);
};
-}
+} // namespace brightray
#endif
@@ -14,6 +14,6 @@ class DownloadManagerDelegate : public content::DownloadManagerDelegate {
DISALLOW_COPY_AND_ASSIGN(DownloadManagerDelegate);
@@ -22,6 +22,6 @@ public:
virtual void ShowDevTools() = 0;
@@ -90,6 +90,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(InspectableWebContentsImpl);
@@ -16,6 +16,6 @@ public:
virtual bool SetDockSide(const std::string& side) = 0;
@@ -31,6 +31,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(InspectableWebContentsViewMac);
@@ -234,4 +234,4 @@ GtkWidget *InspectableWebContentsViewLinux::GetBrowserWindow() {
return browser;
}
@@ -49,6 +49,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(InspectableWebContentsViewLinux);
@@ -37,6 +37,6 @@ class NetworkDelegate : public net::NetworkDelegate {
DISALLOW_COPY_AND_ASSIGN(NetworkDelegate);
@@ -23,6 +23,6 @@ class NotificationPresenter {
int notification_id) = 0;
@@ -34,6 +34,6 @@ class NotificationPresenterMac : public NotificationPresenter {
base::scoped_nsobject<BRYUserNotificationCenterDelegate> delegate_;
@@ -53,6 +53,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(URLRequestContextGetter);
@@ -37,6 +37,6 @@ class WebUIControllerFactory : public content::WebUIControllerFactory {
DISALLOW_COPY_AND_ASSIGN(WebUIControllerFactory);
@@ -44,4 +44,4 @@ LRESULT DevToolsWindow::OnSize(UINT, WPARAM, LPARAM, BOOL&) {
return 0;
@@ -31,6 +31,6 @@ class DevToolsWindow : public ui::WindowImpl, public base::SupportsWeakPtr<DevTo
DISALLOW_COPY_AND_ASSIGN(DevToolsWindow);
@@ -56,4 +56,4 @@ bool InspectableWebContentsViewWin::SetDockSide(const std::string& side) {
return false;
@@ -32,6 +32,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(InspectableWebContentsViewWin);
@@ -16,4 +16,4 @@ std::string GetApplicationVersion() {
return UTF16ToUTF8(info->product_version());
@@ -37,4 +37,4 @@ gfx::Image& ContentClient::GetNativeImageNamed(int resource_id) const {
return ui::ResourceBundle::GetSharedInstance().GetNativeImageNamed(resource_id);
@@ -24,6 +24,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(ContentClient);
@@ -57,4 +57,4 @@ void MainDelegate::InitializeResourceBundle() {
ui::ResourceBundle::GetSharedInstance().AddDataPackFromPath(*it, ui::SCALE_FACTOR_NONE);
@@ -47,5 +47,5 @@ private:
DISALLOW_COPY_AND_ASSIGN(MainDelegate);