| Index: chrome/browser/google_apis/auth_service.h
|
| diff --git a/chrome/browser/google_apis/auth_service.h b/chrome/browser/google_apis/auth_service.h
|
| index 0923ad2b662d17816ce9072ab79750b9166c00cd..43f4707f152d83e19cc0a9d579f0909d77612ac7 100644
|
| --- a/chrome/browser/google_apis/auth_service.h
|
| +++ b/chrome/browser/google_apis/auth_service.h
|
| @@ -65,7 +65,7 @@ class AuthService : public AuthServiceInterface,
|
|
|
| OAuth2TokenService* oauth2_token_service_;
|
| std::string account_id_;
|
| - net::URLRequestContextGetter* url_request_context_getter_; // Not owned.
|
| + scoped_refptr<net::URLRequestContextGetter> url_request_context_getter_;
|
| bool has_refresh_token_;
|
| std::string access_token_;
|
| std::vector<std::string> scopes_;
|
|
|