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

Unified Diff: chrome/browser/extensions/webstore_install_helper.h

Issue 7749014: Destructor needs to be virtual. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Correct patch Created 9 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/webstore_install_helper.h
diff --git a/chrome/browser/extensions/webstore_install_helper.h b/chrome/browser/extensions/webstore_install_helper.h
index 7fc9cd20551aa7890083683e9b8e1222ee177e15..dd5a931ae3c15bbc08f202ba40b5654425ceb1c9 100644
--- a/chrome/browser/extensions/webstore_install_helper.h
+++ b/chrome/browser/extensions/webstore_install_helper.h
@@ -57,7 +57,7 @@ class WebstoreInstallHelper : public UtilityProcessHost::Client,
void Start();
private:
- ~WebstoreInstallHelper();
+ virtual ~WebstoreInstallHelper();
void StartWorkOnIOThread();
void StartFetchedImageDecode();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698