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

Unified Diff: components/signin/core/browser/account_tracker_service.h

Issue 1256283002: GAIA ID migration for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: full version Created 5 years, 4 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: components/signin/core/browser/account_tracker_service.h
diff --git a/components/signin/core/browser/account_tracker_service.h b/components/signin/core/browser/account_tracker_service.h
index 327124e18a9ba7f0cfd17c94efc226ed70d16190..60df5db263156508f9757aff28c28a71a2f31e3e 100644
--- a/components/signin/core/browser/account_tracker_service.h
+++ b/components/signin/core/browser/account_tracker_service.h
@@ -138,6 +138,7 @@ class AccountTrackerService : public KeyedService,
private:
friend class AccountFetcherService;
+ friend class AccountTrackerServiceAndroid;
Roger Tawa OOO till Jul 10th 2015/08/14 15:01:22 Instead of making this a friend, let's add a new f
gogerald1 2015/08/18 01:14:27 Done.
friend class FakeAccountFetcherService;
struct AccountState {
AccountInfo info;

Powered by Google App Engine
This is Rietveld 408576698