| Index: chrome/browser/ui/webui/options2/startup_pages_handler.h
|
| diff --git a/chrome/browser/ui/webui/options2/startup_pages_handler.h b/chrome/browser/ui/webui/options2/startup_pages_handler.h
|
| index 7a0463edc35a19db2ce678edc0e0a34b57d6a3d9..14928849d4f0e65bd19805fa051a09b1362cf9cf 100644
|
| --- a/chrome/browser/ui/webui/options2/startup_pages_handler.h
|
| +++ b/chrome/browser/ui/webui/options2/startup_pages_handler.h
|
| @@ -18,7 +18,7 @@ class AutocompleteController;
|
| class CustomHomePagesTableModel;
|
| class TemplateURLService;
|
|
|
| -namespace options2 {
|
| +namespace options {
|
|
|
| // Chrome browser options page UI handler.
|
| class StartupPagesHandler : public OptionsPageUIHandler,
|
| @@ -96,6 +96,6 @@ class StartupPagesHandler : public OptionsPageUIHandler,
|
| DISALLOW_COPY_AND_ASSIGN(StartupPagesHandler);
|
| };
|
|
|
| -} // namespace options2
|
| +} // namespace options
|
|
|
| #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_STARTUP_PAGES_HANDLER_H_
|
|
|