Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: chrome/browser/signin/token_service.h

Issue 16154031: Un-refcount AutofillWebData and TokenWebData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on ToT Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698