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

Unified Diff: content/browser/mock_resource_context.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
« no previous file with comments | « content/browser/mime_registry_message_filter.h ('k') | content/browser/plugin_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/mock_resource_context.h
diff --git a/content/browser/mock_resource_context.h b/content/browser/mock_resource_context.h
index 89a619aa3524435d0f942d64f8fdda9cf8dfe5ec..26e81d83b09427760692fdb89c5f3c7ff0f66097 100644
--- a/content/browser/mock_resource_context.h
+++ b/content/browser/mock_resource_context.h
@@ -24,7 +24,7 @@ class MockResourceContext : public ResourceContext {
friend struct base::DefaultLazyInstanceTraits<MockResourceContext>;
MockResourceContext();
- ~MockResourceContext();
+ virtual ~MockResourceContext();
virtual void EnsureInitialized() const OVERRIDE;
const scoped_refptr<net::URLRequestContext> test_request_context_;
« no previous file with comments | « content/browser/mime_registry_message_filter.h ('k') | content/browser/plugin_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698