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

Unified Diff: chrome/browser/ui/webui/options2/core_options_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/core_options_handler.h
diff --git a/chrome/browser/ui/webui/options2/core_options_handler.h b/chrome/browser/ui/webui/options2/core_options_handler.h
index 7a0562028101b621a75209934a9ab088067b0869..27252a1db12049e378a0c1ee090263f9d6414822 100644
--- a/chrome/browser/ui/webui/options2/core_options_handler.h
+++ b/chrome/browser/ui/webui/options2/core_options_handler.h
@@ -14,7 +14,7 @@
#include "chrome/browser/prefs/pref_service.h"
#include "chrome/browser/ui/webui/options2/options_ui.h"
-namespace options2 {
+namespace options {
// Core options UI handler.
// Handles resource and JS calls common to all options sub-pages.
@@ -154,6 +154,6 @@ class CoreOptionsHandler : public OptionsPageUIHandler {
DISALLOW_COPY_AND_ASSIGN(CoreOptionsHandler);
};
-} // namespace options2
+} // namespace options
#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_CORE_OPTIONS_HANDLER_H_
« no previous file with comments | « chrome/browser/ui/webui/options2/cookies_view_handler.cc ('k') | chrome/browser/ui/webui/options2/core_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698