| Index: chrome/browser/ui/webui/options/import_data_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/import_data_handler.h b/chrome/browser/ui/webui/options/import_data_handler.h
|
| index 2b92d584e96c7c726668a14d3ca56da78f4c461e..4ebec79313a26a082a7912d83e2cba873cc447be 100644
|
| --- a/chrome/browser/ui/webui/options/import_data_handler.h
|
| +++ b/chrome/browser/ui/webui/options/import_data_handler.h
|
| @@ -50,6 +50,8 @@ class ImportDataHandler : public OptionsPageUIHandler,
|
| // of deleting itself when import is complete.
|
| ImporterHost* importer_host_; // weak
|
|
|
| + bool import_did_succeed_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ImportDataHandler);
|
| };
|
|
|
|
|