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

Unified Diff: content/browser/worker_host/worker_process_host.h

Issue 7064033: Virtual destructors should have virtual keyword. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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: content/browser/worker_host/worker_process_host.h
diff --git a/content/browser/worker_host/worker_process_host.h b/content/browser/worker_host/worker_process_host.h
index 29637b0e94bf1f8d88bad5bcad4f21ed0810431f..068624b75b7d9a790ad774a0e06ce53c4d0447e0 100644
--- a/content/browser/worker_host/worker_process_host.h
+++ b/content/browser/worker_host/worker_process_host.h
@@ -117,7 +117,7 @@ class WorkerProcessHost : public BrowserChildProcessHost {
WorkerProcessHost(
const content::ResourceContext* resource_context,
ResourceDispatcherHost* resource_dispatcher_host);
- ~WorkerProcessHost();
+ virtual ~WorkerProcessHost();
// Starts the process. Returns true iff it succeeded.
// |render_process_id| is the renderer process responsible for starting this
« no previous file with comments | « content/browser/worker_host/worker_message_filter.h ('k') | content/common/file_system/file_system_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698