Chromium Code Reviews| Index: chrome/browser/signin/token_service.h |
| diff --git a/chrome/browser/signin/token_service.h b/chrome/browser/signin/token_service.h |
| index 5ab612cc44865a2c8463ab5a8614fba4b968dbcf..489cda303131e455f3e374fd3c8b72eb7c5f774a 100644 |
| --- a/chrome/browser/signin/token_service.h |
| +++ b/chrome/browser/signin/token_service.h |
| @@ -229,7 +229,8 @@ class TokenService : public GaiaAuthConsumer, |
| Profile* profile_; |
| // Web data service to access tokens from. |
|
Lei Zhang
2013/06/07 20:42:49
Can add a comment here about ownership (or lack of
Cait (Slow)
2013/06/07 21:00:42
Done.
|
| - scoped_refptr<TokenWebData> token_web_data_; |
| + TokenWebData* token_web_data_; |
| + |
| // Getter to use for fetchers. |
| scoped_refptr<net::URLRequestContextGetter> getter_; |
| // Request handle to load Gaia tokens from DB. |