| Index: chrome/browser/ui/webui/settings/settings_import_data_handler.h
|
| diff --git a/chrome/browser/ui/webui/settings/settings_import_data_handler.h b/chrome/browser/ui/webui/settings/settings_import_data_handler.h
|
| index c36bd7723e48cb7acc5230be5d5c2d89897b77a3..68c9c7519e570aaa8550c2257f76e950b3cd7981 100644
|
| --- a/chrome/browser/ui/webui/settings/settings_import_data_handler.h
|
| +++ b/chrome/browser/ui/webui/settings/settings_import_data_handler.h
|
| @@ -41,7 +41,7 @@ class ImportDataHandler : public SettingsPageUIHandler,
|
| void ImportData(const base::ListValue* args);
|
|
|
| void InitializeDialog(const base::ListValue* args);
|
| - void SendBrowserProfileData();
|
| + void SendBrowserProfileData(const std::string& callback_id);
|
|
|
| // importer::ImporterProgressObserver:
|
| void ImportStarted() override;
|
|
|