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

Unified Diff: content/browser/renderer_host/browser_render_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/renderer_host/browser_render_process_host.h
diff --git a/content/browser/renderer_host/browser_render_process_host.h b/content/browser/renderer_host/browser_render_process_host.h
index 9a5874fca29ab15818b12b622ce0cf0194a90e2a..f8b63de9f066b8dcfe487417b32e4439629bb312 100644
--- a/content/browser/renderer_host/browser_render_process_host.h
+++ b/content/browser/renderer_host/browser_render_process_host.h
@@ -44,7 +44,7 @@ class BrowserRenderProcessHost : public RenderProcessHost,
public ChildProcessLauncher::Client {
public:
explicit BrowserRenderProcessHost(Profile* profile);
- ~BrowserRenderProcessHost();
+ virtual ~BrowserRenderProcessHost();
// RenderProcessHost implementation (public portion).
virtual bool Init(bool is_accessibility_enabled);
« no previous file with comments | « content/browser/renderer_host/blob_message_filter.h ('k') | content/browser/renderer_host/clipboard_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698