Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3970)

Unified Diff: chrome/browser/ui/webui/options2/content_settings_handler.h

Issue 10857071: Options: Rename options2 namespace to options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/options2/content_settings_handler.h
diff --git a/chrome/browser/ui/webui/options2/content_settings_handler.h b/chrome/browser/ui/webui/options2/content_settings_handler.h
index 977e4ea5e01a175a294c570cf7be1a598cdf99ec..a3164aed67b23a8ea2bdd0bdf242d37222753c6d 100644
--- a/chrome/browser/ui/webui/options2/content_settings_handler.h
+++ b/chrome/browser/ui/webui/options2/content_settings_handler.h
@@ -20,7 +20,7 @@
class HostContentSettingsMap;
class ProtocolHandlerRegistry;
-namespace options2 {
+namespace options {
class ContentSettingsHandler : public OptionsPageUIHandler,
public PepperFlashSettingsManager::Client {
@@ -181,6 +181,6 @@ class ContentSettingsHandler : public OptionsPageUIHandler,
DISALLOW_COPY_AND_ASSIGN(ContentSettingsHandler);
};
-} // namespace options2
+} // namespace options
#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_CONTENT_SETTINGS_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698