diff options
Diffstat (limited to 'chrome/browser/sync/glue/http_bridge.h')
-rw-r--r-- | chrome/browser/sync/glue/http_bridge.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/glue/http_bridge.h b/chrome/browser/sync/glue/http_bridge.h index 4c01392..a4ee3eb 100644 --- a/chrome/browser/sync/glue/http_bridge.h +++ b/chrome/browser/sync/glue/http_bridge.h @@ -61,7 +61,7 @@ class HttpBridge : public base::RefCountedThreadSafe<HttpBridge>, private: // The destructor MUST be called on the IO thread. - ~RequestContext(); + virtual ~RequestContext(); std::string user_agent_; net::URLRequestContext* baseline_context_; @@ -83,7 +83,7 @@ class HttpBridge : public base::RefCountedThreadSafe<HttpBridge>, virtual scoped_refptr<base::MessageLoopProxy> GetIOMessageLoopProxy() const; private: - ~RequestContextGetter() {} + virtual ~RequestContextGetter() {} // User agent to apply to the net::URLRequestContext. std::string user_agent_; |