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