summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/chrome_url_request_context.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-05 23:37:05 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-05 23:37:05 +0000
commit422c0f17466cddf30fd6815f9d3519a3815264c6 (patch)
tree416182cac3cc9968888273a8e68e58e51b45358c /chrome/browser/net/chrome_url_request_context.h
parentbfe5c69fc8cd05558fa5571ff8699a5b0edf0a64 (diff)
downloadchromium_src-422c0f17466cddf30fd6815f9d3519a3815264c6.zip
chromium_src-422c0f17466cddf30fd6815f9d3519a3815264c6.tar.gz
chromium_src-422c0f17466cddf30fd6815f9d3519a3815264c6.tar.bz2
Fourth patch in making destructors of refcounted objects private.
BUG=26749 Review URL: http://codereview.chromium.org/360043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31167 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/net/chrome_url_request_context.h')
-rw-r--r--chrome/browser/net/chrome_url_request_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/net/chrome_url_request_context.h b/chrome/browser/net/chrome_url_request_context.h
index e597a3d..0918cde 100644
--- a/chrome/browser/net/chrome_url_request_context.h
+++ b/chrome/browser/net/chrome_url_request_context.h
@@ -146,7 +146,6 @@ class ChromeURLRequestContext : public URLRequestContext {
typedef std::map<std::string, FilePath> ExtensionPaths;
ChromeURLRequestContext();
- virtual ~ChromeURLRequestContext();
// Gets the path to the directory for the specified extension.
FilePath GetPathForExtension(const std::string& id);
@@ -192,6 +191,7 @@ class ChromeURLRequestContext : public URLRequestContext {
// constructor, then you should hold a reference to |other|, as we
// depend on |other| being alive.
ChromeURLRequestContext(ChromeURLRequestContext* other);
+ virtual ~ChromeURLRequestContext();
public:
// Setters to simplify initializing from factory objects.