summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/http_bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/glue/http_bridge.h')
-rw-r--r--chrome/browser/sync/glue/http_bridge.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/http_bridge.h b/chrome/browser/sync/glue/http_bridge.h
index 7164bd5..8c2c5b9 100644
--- a/chrome/browser/sync/glue/http_bridge.h
+++ b/chrome/browser/sync/glue/http_bridge.h
@@ -47,7 +47,6 @@ class HttpBridge : public base::RefCountedThreadSafe<HttpBridge>,
// Typically |baseline_context| should be the URLRequestContext of the
// currently active profile.
explicit RequestContext(URLRequestContext* baseline_context);
- virtual ~RequestContext();
// Set the user agent for requests using this context. The default is
// the browser's UA string.
@@ -65,6 +64,8 @@ class HttpBridge : public base::RefCountedThreadSafe<HttpBridge>,
}
private:
+ ~RequestContext();
+
std::string user_agent_;
URLRequestContext* baseline_context_;