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