| Index: chrome/browser/ui/webui/options2/import_data_handler.h
|
| diff --git a/chrome/browser/ui/webui/options2/import_data_handler.h b/chrome/browser/ui/webui/options2/import_data_handler.h
|
| index 5f49c94d8d8f6951ec69568ad438bca7b5a1d1bc..7c6ffab65d4599eada5d163383b49c2e9eb3208b 100644
|
| --- a/chrome/browser/ui/webui/options2/import_data_handler.h
|
| +++ b/chrome/browser/ui/webui/options2/import_data_handler.h
|
| @@ -16,7 +16,7 @@
|
| class ImporterHost;
|
| class ImporterList;
|
|
|
| -namespace options2 {
|
| +namespace options {
|
|
|
| // Chrome personal stuff import data overlay UI handler.
|
| class ImportDataHandler : public OptionsPageUIHandler,
|
| @@ -58,6 +58,6 @@ class ImportDataHandler : public OptionsPageUIHandler,
|
| DISALLOW_COPY_AND_ASSIGN(ImportDataHandler);
|
| };
|
|
|
| -} // namespace options2
|
| +} // namespace options
|
|
|
| #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_IMPORT_DATA_HANDLER_H_
|
|
|