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

Unified Diff: google_apis/gaia/oauth2_token_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 | « google_apis/gaia/identity_provider.h ('k') | gpu/command_buffer/service/shader_translator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/oauth2_token_service.h
diff --git a/google_apis/gaia/oauth2_token_service.h b/google_apis/gaia/oauth2_token_service.h
index 2306c1031024716f71ca562be70174e57c944fdc..4decbf4c2a0eb48af455ed0b334fdd0e9c0c1cc8 100644
--- a/google_apis/gaia/oauth2_token_service.h
+++ b/google_apis/gaia/oauth2_token_service.h
@@ -385,10 +385,10 @@ class OAuth2TokenService : public base::NonThreadSafe {
// List of observers to notify when refresh token availability changes.
// Makes sure list is empty on destruction.
- ObserverList<Observer, true> observer_list_;
+ base::ObserverList<Observer, true> observer_list_;
// List of observers to notify when access token status changes.
- ObserverList<DiagnosticsObserver, true> diagnostics_observer_list_;
+ base::ObserverList<DiagnosticsObserver, true> diagnostics_observer_list_;
// The depth of batch changes.
int batch_change_depth_;
« no previous file with comments | « google_apis/gaia/identity_provider.h ('k') | gpu/command_buffer/service/shader_translator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698