| Index: chrome/browser/ui/webui/options2/web_intents_settings_handler.h
|
| diff --git a/chrome/browser/ui/webui/options2/web_intents_settings_handler.h b/chrome/browser/ui/webui/options2/web_intents_settings_handler.h
|
| index 63b7f00f8c3fe4ea3230c03208555f393c1b595f..07a1020c34cf6a6d9500e3bc04d32cc9817a024f 100644
|
| --- a/chrome/browser/ui/webui/options2/web_intents_settings_handler.h
|
| +++ b/chrome/browser/ui/webui/options2/web_intents_settings_handler.h
|
| @@ -12,7 +12,7 @@
|
|
|
| class WebIntentsRegistry;
|
|
|
| -namespace options2 {
|
| +namespace options {
|
|
|
| // Manage setting up the backing data for the web intents options page.
|
| class WebIntentsSettingsHandler : public OptionsPageUIHandler,
|
| @@ -75,6 +75,6 @@ class WebIntentsSettingsHandler : public OptionsPageUIHandler,
|
| DISALLOW_COPY_AND_ASSIGN(WebIntentsSettingsHandler);
|
| };
|
|
|
| -} // namespace options2
|
| +} // namespace options
|
|
|
| #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_WEB_INTENTS_SETTINGS_HANDLER_H_
|
|
|