| Index: chrome/browser/sync/glue/http_bridge.h
|
| ===================================================================
|
| --- chrome/browser/sync/glue/http_bridge.h (revision 46098)
|
| +++ chrome/browser/sync/glue/http_bridge.h (working copy)
|
| @@ -64,6 +64,7 @@
|
| }
|
|
|
| private:
|
| + // The destructor MUST be called on the IO thread.
|
| ~RequestContext();
|
|
|
| std::string user_agent_;
|
| @@ -83,6 +84,7 @@
|
|
|
| // URLRequestContextGetter implementation.
|
| virtual URLRequestContext* GetURLRequestContext();
|
| + virtual scoped_refptr<MessageLoopProxy> GetIOMessageLoopProxy();
|
|
|
| private:
|
| ~RequestContextGetter() {}
|
| @@ -206,3 +208,4 @@
|
| } // namespace browser_sync
|
|
|
| #endif // CHROME_BROWSER_SYNC_GLUE_HTTP_BRIDGE_H_
|
| +
|
|
|