Index: chrome/browser/sync/glue/http_bridge.h |
diff --git a/chrome/browser/sync/glue/http_bridge.h b/chrome/browser/sync/glue/http_bridge.h |
index c3b9c269e565f6ed7652c247e5c1b00621e0accd..0eddab6237b0234ca0f18e80543347cbaaa9c2ff 100644 |
--- a/chrome/browser/sync/glue/http_bridge.h |
+++ b/chrome/browser/sync/glue/http_bridge.h |
@@ -86,9 +86,10 @@ class HttpBridge : public base::RefCountedThreadSafe<HttpBridge>, |
virtual scoped_refptr<base::MessageLoopProxy> |
GetIOMessageLoopProxy() const OVERRIDE; |
- private: |
- virtual ~RequestContextGetter() {} |
+ protected: |
+ virtual ~RequestContextGetter(); |
+ private: |
// User agent to apply to the net::URLRequestContext. |
std::string user_agent_; |