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

Unified Diff: chrome/browser/net/url_request_mock_link_doctor_job.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: chrome/browser/net/url_request_mock_link_doctor_job.h
diff --git a/chrome/browser/net/url_request_mock_link_doctor_job.h b/chrome/browser/net/url_request_mock_link_doctor_job.h
index 1e8a5a6e401691d2b1d8457bc485d5b63705f363..114f369907290ea607f02875b6f91e6d1b585e2c 100644
--- a/chrome/browser/net/url_request_mock_link_doctor_job.h
+++ b/chrome/browser/net/url_request_mock_link_doctor_job.h
@@ -20,7 +20,7 @@ class URLRequestMockLinkDoctorJob : public URLRequestMockHTTPJob {
static void AddUrlHandler();
private:
- ~URLRequestMockLinkDoctorJob() {}
+ virtual ~URLRequestMockLinkDoctorJob() {}
};
#endif // CHROME_BROWSER_NET_URL_REQUEST_MOCK_LINK_DOCTOR_JOB_H_
« no previous file with comments | « chrome/browser/net/url_request_failed_dns_job.h ('k') | chrome/browser/net/url_request_mock_net_error_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698