| Index: chrome/browser/ui/webui/options2/clear_browser_data_handler.h
|
| diff --git a/chrome/browser/ui/webui/options2/clear_browser_data_handler.h b/chrome/browser/ui/webui/options2/clear_browser_data_handler.h
|
| index 5b6e48570ee68d029dfc3f00d598dc5ce1e3db38..cf0ef21be562e044672aaaf37aa6c2d5f1529bac 100644
|
| --- a/chrome/browser/ui/webui/options2/clear_browser_data_handler.h
|
| +++ b/chrome/browser/ui/webui/options2/clear_browser_data_handler.h
|
| @@ -9,7 +9,7 @@
|
| #include "chrome/browser/prefs/pref_member.h"
|
| #include "chrome/browser/ui/webui/options2/options_ui.h"
|
|
|
| -namespace options2 {
|
| +namespace options {
|
|
|
| // Clear browser data handler page UI handler.
|
| class ClearBrowserDataHandler : public OptionsPageUIHandler,
|
| @@ -43,6 +43,6 @@ class ClearBrowserDataHandler : public OptionsPageUIHandler,
|
| DISALLOW_COPY_AND_ASSIGN(ClearBrowserDataHandler);
|
| };
|
|
|
| -} // namespace options2
|
| +} // namespace options
|
|
|
| #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_CLEAR_BROWSER_DATA_HANDLER_H_
|
|
|