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