| Index: chrome/browser/ui/webui/options2/handler_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options2/handler_options_handler.h b/chrome/browser/ui/webui/options2/handler_options_handler.h
|
| index 3a2f89b9a023a1f53ad05f05a7977bcdf89204e6..34fc2077554e70ec75012776bd07355cfba6991d 100644
|
| --- a/chrome/browser/ui/webui/options2/handler_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options2/handler_options_handler.h
|
| @@ -23,7 +23,7 @@ namespace base {
|
| class DictionaryValue;
|
| }
|
|
|
| -namespace options2 {
|
| +namespace options {
|
|
|
| class HandlerOptionsHandler : public OptionsPageUIHandler {
|
| public:
|
| @@ -83,6 +83,6 @@ class HandlerOptionsHandler : public OptionsPageUIHandler {
|
| DISALLOW_COPY_AND_ASSIGN(HandlerOptionsHandler);
|
| };
|
|
|
| -} // namespace options2
|
| +} // namespace options
|
|
|
| #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_HANDLER_OPTIONS_HANDLER_H_
|
|
|