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

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

Issue 148513010: Eliminate ProfileOAuth2TokenService being a BCKS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to review Created 6 years, 10 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/mutable_profile_oauth2_token_service.h
diff --git a/chrome/browser/signin/mutable_profile_oauth2_token_service.h b/chrome/browser/signin/mutable_profile_oauth2_token_service.h
index 9deb879c9dc548d8035e2b965f7057584e355ec0..65c93139e7de743c85433fe6d5832a4dcd24d0a7 100644
--- a/chrome/browser/signin/mutable_profile_oauth2_token_service.h
+++ b/chrome/browser/signin/mutable_profile_oauth2_token_service.h
@@ -60,7 +60,7 @@ class MutableProfileOAuth2TokenService : public ProfileOAuth2TokenService,
// to information about the account.
typedef std::map<std::string, linked_ptr<AccountInfo> > AccountInfoMap;
- friend class ProfileOAuth2TokenServiceFactory;
+ friend class ProfileOAuth2TokenServiceWrapperImpl;
MutableProfileOAuth2TokenService();
virtual ~MutableProfileOAuth2TokenService();

Powered by Google App Engine
This is Rietveld 408576698