Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1627)

Unified Diff: chrome/browser/importer/external_process_importer_client.h

Issue 10071036: RefCounted types should not have public destructors, chrome/browser/ part 6 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implementation fixes Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « chrome/browser/geolocation/chrome_access_token_store.cc ('k') | chrome/browser/importer/external_process_importer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698