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

Unified Diff: chrome/common/net/url_request_context_getter.h

Issue 3522004: FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD structs. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 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/common/net/url_request_context_getter.h
diff --git a/chrome/common/net/url_request_context_getter.h b/chrome/common/net/url_request_context_getter.h
index 34aa6689fed529f736bb0123bfecf0518024ecec..89b28b53663b7b69caeb55e429fcd7012f35fab4 100644
--- a/chrome/common/net/url_request_context_getter.h
+++ b/chrome/common/net/url_request_context_getter.h
@@ -39,7 +39,9 @@ class URLRequestContextGetter
friend class DeleteTask<URLRequestContextGetter>;
friend struct URLRequestContextGetterTraits;
- virtual ~URLRequestContextGetter() {}
+ URLRequestContextGetter();
+ virtual ~URLRequestContextGetter();
+
private:
// OnDestruct is meant to ensure deletion on the thread on which the request
// IO happens.

Powered by Google App Engine
This is Rietveld 408576698