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

Unified Diff: chrome/browser/ui/webui/options2/font_settings_utils_mac.mm

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_mac.mm
diff --git a/chrome/browser/ui/webui/options2/font_settings_utils_mac.mm b/chrome/browser/ui/webui/options2/font_settings_utils_mac.mm
index 425a8d74027b44c8ef7e1e62313b5a59c20d5a6f..fce39d953d1c3c86919d5a72b9dd2e07bffbc694 100644
--- a/chrome/browser/ui/webui/options2/font_settings_utils_mac.mm
+++ b/chrome/browser/ui/webui/options2/font_settings_utils_mac.mm
@@ -12,7 +12,7 @@
#include "chrome/browser/prefs/pref_service.h"
#include "chrome/common/pref_names.h"
-namespace options2 {
+namespace options {
static void ValidateFontFamily(PrefService* prefs,
const char* family_pref_name) {
@@ -39,4 +39,4 @@ void FontSettingsUtilities::ValidateSavedFonts(PrefService* prefs) {
ValidateFontFamily(prefs, prefs::kWebKitFixedFontFamily);
}
-} // namespace options2
+} // namespace options
« no previous file with comments | « chrome/browser/ui/webui/options2/font_settings_utils.h ('k') | chrome/browser/ui/webui/options2/font_settings_utils_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698