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

Unified Diff: chrome/browser/ui/webui/options2/font_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/font_settings_handler.h
diff --git a/chrome/browser/ui/webui/options2/font_settings_handler.h b/chrome/browser/ui/webui/options2/font_settings_handler.h
index 0170dc8c0f086041a7dba2810d73d860ea105f9b..22405b40da1c757f8879311b8d23d631cc6da0a3 100644
--- a/chrome/browser/ui/webui/options2/font_settings_handler.h
+++ b/chrome/browser/ui/webui/options2/font_settings_handler.h
@@ -13,7 +13,7 @@ namespace base {
class ListValue;
}
-namespace options2 {
+namespace options {
// Font settings overlay page UI handler.
class FontSettingsHandler : public OptionsPageUIHandler {
@@ -56,6 +56,6 @@ class FontSettingsHandler : public OptionsPageUIHandler {
DISALLOW_COPY_AND_ASSIGN(FontSettingsHandler);
};
-} // namespace options2
+} // namespace options
#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_FONT_SETTINGS_HANDLER_H_
« no previous file with comments | « chrome/browser/ui/webui/options2/core_options_handler.cc ('k') | chrome/browser/ui/webui/options2/font_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698