| Index: sync/internal_api/public/http_bridge.h
|
| diff --git a/sync/internal_api/public/http_bridge.h b/sync/internal_api/public/http_bridge.h
|
| index 15001c2182c737be774b1b36364b9607795dff9d..549c372150be29dd8a7d765270ee81c486b93615 100644
|
| --- a/sync/internal_api/public/http_bridge.h
|
| +++ b/sync/internal_api/public/http_bridge.h
|
| @@ -120,7 +120,7 @@ class HttpBridge : public base::RefCountedThreadSafe<HttpBridge>,
|
|
|
| #if defined(UNIT_TEST)
|
| net::URLRequestContextGetter* GetRequestContextGetter() const {
|
| - return context_getter_for_request_;
|
| + return context_getter_for_request_.get();
|
| }
|
| #endif
|
|
|
|
|