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

Unified Diff: google_apis/gaia/identity_provider.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 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
« no previous file with comments | « google_apis/gaia/account_tracker.h ('k') | google_apis/gaia/oauth2_token_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/identity_provider.h
diff --git a/google_apis/gaia/identity_provider.h b/google_apis/gaia/identity_provider.h
index 6ee9b8c0c1a44e4307fbaf80fd4d5447c33325bc..7c7e0d16772db4bdbb110fe8056a854615d4ccc1 100644
--- a/google_apis/gaia/identity_provider.h
+++ b/google_apis/gaia/identity_provider.h
@@ -83,8 +83,9 @@ class IdentityProvider : public OAuth2TokenService::Observer {
void FireOnActiveAccountLogout();
private:
- ObserverList<Observer, true> observers_;
- ObserverList<OAuth2TokenService::Observer, true> token_service_observers_;
+ base::ObserverList<Observer, true> observers_;
+ base::ObserverList<OAuth2TokenService::Observer, true>
+ token_service_observers_;
int token_service_observer_count_;
DISALLOW_COPY_AND_ASSIGN(IdentityProvider);
« no previous file with comments | « google_apis/gaia/account_tracker.h ('k') | google_apis/gaia/oauth2_token_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698