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

Unified Diff: google_apis/drive/auth_service.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 | « gin/modules/module_registry.h ('k') | google_apis/gaia/account_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/drive/auth_service.h
diff --git a/google_apis/drive/auth_service.h b/google_apis/drive/auth_service.h
index 50f3b9fa76275df4ebab32b57cd2d8b7fa57f439..9ce6abcad09cefe9a1145426263e73fae92d116b 100644
--- a/google_apis/drive/auth_service.h
+++ b/google_apis/drive/auth_service.h
@@ -69,7 +69,7 @@ class AuthService : public AuthServiceInterface,
bool has_refresh_token_;
std::string access_token_;
std::vector<std::string> scopes_;
- ObserverList<AuthServiceObserver> observers_;
+ base::ObserverList<AuthServiceObserver> observers_;
base::ThreadChecker thread_checker_;
// Note: This should remain the last member so it'll be destroyed and
« no previous file with comments | « gin/modules/module_registry.h ('k') | google_apis/gaia/account_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698