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

Unified Diff: content/shell/shell_url_request_context_getter.h

Issue 9958145: Audit the destructors of classes derived from net::URLRequestContextGetter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ToT Created 8 years, 8 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/common/net/url_fetcher_impl_unittest.cc ('k') | remoting/host/url_request_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_url_request_context_getter.h
diff --git a/content/shell/shell_url_request_context_getter.h b/content/shell/shell_url_request_context_getter.h
index 9f70dc64ac0453b72a99a55b11bccfc3e3f29a12..4de8bb88272b4d1310b88cbbf692cd8d3a8e1a32 100644
--- a/content/shell/shell_url_request_context_getter.h
+++ b/content/shell/shell_url_request_context_getter.h
@@ -29,7 +29,6 @@ class ShellURLRequestContextGetter : public net::URLRequestContextGetter {
const FilePath& base_path,
MessageLoop* io_loop,
MessageLoop* file_loop);
- virtual ~ShellURLRequestContextGetter();
// net::URLRequestContextGetter implementation.
virtual net::URLRequestContext* GetURLRequestContext() OVERRIDE;
@@ -38,6 +37,9 @@ class ShellURLRequestContextGetter : public net::URLRequestContextGetter {
net::HostResolver* host_resolver();
+ protected:
+ virtual ~ShellURLRequestContextGetter();
+
private:
FilePath base_path_;
MessageLoop* io_loop_;
« no previous file with comments | « content/common/net/url_fetcher_impl_unittest.cc ('k') | remoting/host/url_request_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698