| Index: chrome/browser/ui/webui/options2/core_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options2/core_options_handler.h b/chrome/browser/ui/webui/options2/core_options_handler.h
|
| index 7a0562028101b621a75209934a9ab088067b0869..27252a1db12049e378a0c1ee090263f9d6414822 100644
|
| --- a/chrome/browser/ui/webui/options2/core_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options2/core_options_handler.h
|
| @@ -14,7 +14,7 @@
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/ui/webui/options2/options_ui.h"
|
|
|
| -namespace options2 {
|
| +namespace options {
|
|
|
| // Core options UI handler.
|
| // Handles resource and JS calls common to all options sub-pages.
|
| @@ -154,6 +154,6 @@ class CoreOptionsHandler : public OptionsPageUIHandler {
|
| DISALLOW_COPY_AND_ASSIGN(CoreOptionsHandler);
|
| };
|
|
|
| -} // namespace options2
|
| +} // namespace options
|
|
|
| #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_CORE_OPTIONS_HANDLER_H_
|
|
|