| Index: chrome/browser/importer/external_process_importer_client.h
|
| diff --git a/chrome/browser/importer/external_process_importer_client.h b/chrome/browser/importer/external_process_importer_client.h
|
| index 1394588e3109c061592e3dd7a04b65b8e6d03ca4..ae13b817bae2d12740c352a9157fb22777474245 100644
|
| --- a/chrome/browser/importer/external_process_importer_client.h
|
| +++ b/chrome/browser/importer/external_process_importer_client.h
|
| @@ -39,7 +39,6 @@ class ExternalProcessImporterClient : public content::UtilityProcessHostClient {
|
| const importer::SourceProfile& source_profile,
|
| uint16 items,
|
| InProcessImporterBridge* bridge);
|
| - virtual ~ExternalProcessImporterClient();
|
|
|
| // Launches the task to start the external process.
|
| void Start();
|
| @@ -73,6 +72,9 @@ class ExternalProcessImporterClient : public content::UtilityProcessHostClient {
|
| void OnKeywordsImportReady(const std::vector<TemplateURL*>& template_urls,
|
| bool unique_on_host_and_path);
|
|
|
| + protected:
|
| + virtual ~ExternalProcessImporterClient();
|
| +
|
| private:
|
| // Notifies the importerhost that import has finished, and calls Release().
|
| void Cleanup();
|
|
|