| 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
|
|
|