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

Unified Diff: chrome/browser/ui/webui/options2/font_settings_handler.cc

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.cc
diff --git a/chrome/browser/ui/webui/options2/font_settings_handler.cc b/chrome/browser/ui/webui/options2/font_settings_handler.cc
index 095977cff4f4bf9434e561b50adfba4888df2edd..53d2d0d0f39455fd5e3a993c7b1a5eb74c18662d 100644
--- a/chrome/browser/ui/webui/options2/font_settings_handler.cc
+++ b/chrome/browser/ui/webui/options2/font_settings_handler.cc
@@ -50,7 +50,7 @@ std::string MaybeGetLocalizedFontName(const std::string& font_name) {
} // namespace
-namespace options2 {
+namespace options {
FontSettingsHandler::FontSettingsHandler() {
}
@@ -245,4 +245,4 @@ void FontSettingsHandler::SetUpMinimumFontSample() {
size_value);
}
-} // namespace options2
+} // namespace options
« no previous file with comments | « chrome/browser/ui/webui/options2/font_settings_handler.h ('k') | chrome/browser/ui/webui/options2/font_settings_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698