| 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_;
|
|
|