Fix all remaining readability/namespace errors
This commit is contained in:
parent
fd54c435a9
commit
9ac1a539ee
22 changed files with 22 additions and 22 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
|
|
|
@ -22,6 +22,6 @@ public:
|
|||
virtual void ShowDevTools() = 0;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
|
|
|
@ -90,6 +90,6 @@ private:
|
|||
DISALLOW_COPY_AND_ASSIGN(InspectableWebContentsImpl);
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,6 +16,6 @@ public:
|
|||
virtual bool SetDockSide(const std::string& side) = 0;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
|
|
|
@ -31,6 +31,6 @@ private:
|
|||
DISALLOW_COPY_AND_ASSIGN(InspectableWebContentsViewMac);
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
|
|
|
@ -234,4 +234,4 @@ GtkWidget *InspectableWebContentsViewLinux::GetBrowserWindow() {
|
|||
return browser;
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
|
|
@ -49,6 +49,6 @@ private:
|
|||
DISALLOW_COPY_AND_ASSIGN(InspectableWebContentsViewLinux);
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
|
|
|
@ -37,6 +37,6 @@ class NetworkDelegate : public net::NetworkDelegate {
|
|||
DISALLOW_COPY_AND_ASSIGN(NetworkDelegate);
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
|
|
|
@ -23,6 +23,6 @@ class NotificationPresenter {
|
|||
int notification_id) = 0;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
|
|
|
@ -34,6 +34,6 @@ class NotificationPresenterMac : public NotificationPresenter {
|
|||
base::scoped_nsobject<BRYUserNotificationCenterDelegate> delegate_;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
|
|
|
@ -53,6 +53,6 @@ private:
|
|||
DISALLOW_COPY_AND_ASSIGN(URLRequestContextGetter);
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
|
|
|
@ -37,6 +37,6 @@ class WebUIControllerFactory : public content::WebUIControllerFactory {
|
|||
DISALLOW_COPY_AND_ASSIGN(WebUIControllerFactory);
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
|
|
|
@ -44,4 +44,4 @@ LRESULT DevToolsWindow::OnSize(UINT, WPARAM, LPARAM, BOOL&) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
|
|
@ -31,6 +31,6 @@ class DevToolsWindow : public ui::WindowImpl, public base::SupportsWeakPtr<DevTo
|
|||
DISALLOW_COPY_AND_ASSIGN(DevToolsWindow);
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
|
|
|
@ -56,4 +56,4 @@ bool InspectableWebContentsViewWin::SetDockSide(const std::string& side) {
|
|||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
|
|
@ -32,6 +32,6 @@ private:
|
|||
DISALLOW_COPY_AND_ASSIGN(InspectableWebContentsViewWin);
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,4 +16,4 @@ std::string GetApplicationVersion() {
|
|||
return UTF16ToUTF8(info->product_version());
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
|
|
@ -37,4 +37,4 @@ gfx::Image& ContentClient::GetNativeImageNamed(int resource_id) const {
|
|||
return ui::ResourceBundle::GetSharedInstance().GetNativeImageNamed(resource_id);
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
|
|
@ -24,6 +24,6 @@ private:
|
|||
DISALLOW_COPY_AND_ASSIGN(ContentClient);
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
|
|
|
@ -57,4 +57,4 @@ void MainDelegate::InitializeResourceBundle() {
|
|||
ui::ResourceBundle::GetSharedInstance().AddDataPackFromPath(*it, ui::SCALE_FACTOR_NONE);
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
|
|
@ -47,5 +47,5 @@ private:
|
|||
DISALLOW_COPY_AND_ASSIGN(MainDelegate);
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue