| 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 6ddfcd302a46fc3ed21c7f0d212fd4826d91ca3e..ab491a0efff175d5372aaaed553c73f12e45271a 100644
|
| --- a/chrome/browser/sync/glue/http_bridge.h
|
| +++ b/chrome/browser/sync/glue/http_bridge.h
|
| @@ -68,7 +68,7 @@ class HttpBridge : public base::RefCountedThreadSafe<HttpBridge>,
|
|
|
| private:
|
| std::string user_agent_;
|
| - scoped_refptr<URLRequestContext> baseline_context_;
|
| + URLRequestContext* baseline_context_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(RequestContext);
|
| };
|
|
|