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

Unified Diff: chrome/browser/ui/webui/options2/font_settings_utils.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_utils.h
diff --git a/chrome/browser/ui/webui/options2/font_settings_utils.h b/chrome/browser/ui/webui/options2/font_settings_utils.h
index 524e8f2efb26ea2fdb45825215dbfec01d59a6e6..3c4d8de67539db8b36af8a659186ea416e54825b 100644
--- a/chrome/browser/ui/webui/options2/font_settings_utils.h
+++ b/chrome/browser/ui/webui/options2/font_settings_utils.h
@@ -9,7 +9,7 @@
class PrefService;
-namespace options2 {
+namespace options {
// Chrome advanced options utility methods.
class FontSettingsUtilities {
@@ -20,6 +20,6 @@ class FontSettingsUtilities {
DISALLOW_IMPLICIT_CONSTRUCTORS(FontSettingsUtilities);
};
-} // namespace options2
+} // namespace options
#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_FONT_SETTINGS_UTILS_H_
« no previous file with comments | « chrome/browser/ui/webui/options2/font_settings_handler.cc ('k') | chrome/browser/ui/webui/options2/font_settings_utils_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698