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

Unified Diff: chrome/common/net/test_url_fetcher_factory.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 | « chrome/chrome_browser.gypi ('k') | chrome/nacl/nacl_launcher_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/test_url_fetcher_factory.h
diff --git a/chrome/common/net/test_url_fetcher_factory.h b/chrome/common/net/test_url_fetcher_factory.h
index 0e39c0828c21956d2491fef20b00c8dfac573795..a9810a0e0e1aaa1581a4c632988e7d5b50d1cae6 100644
--- a/chrome/common/net/test_url_fetcher_factory.h
+++ b/chrome/common/net/test_url_fetcher_factory.h
@@ -49,7 +49,7 @@ class TestURLFetcher : public URLFetcher {
const GURL& url,
RequestType request_type,
Delegate* d);
- ~TestURLFetcher();
+ virtual ~TestURLFetcher();
// Overriden to do nothing. It is assumed the caller will notify the delegate.
virtual void Start() {}
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/nacl/nacl_launcher_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698