| 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 a17b0c9cc37436b6f6ca93ee9e91ce4b3f3132d8..ee7fa2f9e7d73680d692b5f2188feb659dd10acf 100644
|
| --- a/components/browser_sync/profile_sync_service.h
|
| +++ b/components/browser_sync/profile_sync_service.h
|
| @@ -176,8 +176,8 @@ class ProfileSyncService : public syncer::SyncServiceBase,
|
| public SigninManagerBase::Observer,
|
| public GaiaCookieManagerService::Observer {
|
| public:
|
| - typedef syncer::SyncEngine::Status Status;
|
| - typedef base::Callback<bool(void)> PlatformSyncAllowedProvider;
|
| + using Status = syncer::SyncEngine::Status;
|
| + using PlatformSyncAllowedProvider = base::Callback<bool(void)>;
|
|
|
| enum SyncEventCodes {
|
| MIN_SYNC_EVENT_CODE = 0,
|
|
|