| Index: chrome/browser/ui/webui/options2/import_data_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options2/import_data_handler.cc b/chrome/browser/ui/webui/options2/import_data_handler.cc
|
| index ee93466f182b1723ccdbc24876d8798645fb4f3c..cd3ae0cd2691edae299a79f36cddd7476c9c6b4d 100644
|
| --- a/chrome/browser/ui/webui/options2/import_data_handler.cc
|
| +++ b/chrome/browser/ui/webui/options2/import_data_handler.cc
|
| @@ -26,7 +26,7 @@
|
| #include "grit/generated_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| -namespace options2 {
|
| +namespace options {
|
|
|
| ImportDataHandler::ImportDataHandler() : importer_host_(NULL),
|
| import_did_succeed_(false) {
|
| @@ -189,4 +189,4 @@ void ImportDataHandler::ImportEnded() {
|
| }
|
| }
|
|
|
| -} // namespace options2
|
| +} // namespace options
|
|
|