| Index: components/browser_sync/profile_sync_service.h
|
| diff --git a/components/browser_sync/profile_sync_service.h b/components/browser_sync/profile_sync_service.h
|
| index a713ca3c734c5b7c24333ba7431e037d6fa01622..6c6a408857785a5a41e6e74bec201331086649d1 100644
|
| --- a/components/browser_sync/profile_sync_service.h
|
| +++ b/components/browser_sync/profile_sync_service.h
|
| @@ -25,7 +25,6 @@
|
| #include "base/time/time.h"
|
| #include "base/timer/timer.h"
|
| #include "build/build_config.h"
|
| -#include "components/keyed_service/core/keyed_service.h"
|
| #include "components/signin/core/browser/gaia_cookie_manager_service.h"
|
| #include "components/signin/core/browser/signin_manager_base.h"
|
| #include "components/sync/base/experiments.h"
|
| @@ -170,7 +169,6 @@ class ProfileSyncService : public syncer::SyncServiceBase,
|
| public syncer::SyncPrefObserver,
|
| public syncer::DataTypeManagerObserver,
|
| public syncer::UnrecoverableErrorHandler,
|
| - public KeyedService,
|
| public OAuth2TokenService::Consumer,
|
| public OAuth2TokenService::Observer,
|
| public SigninManagerBase::Observer,
|
|
|