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