| Index: components/sync/driver/glue/sync_backend_host_impl.h
|
| diff --git a/components/sync/driver/glue/sync_backend_host_impl.h b/components/sync/driver/glue/sync_backend_host_impl.h
|
| index 2598d4b2b742f2aedc7ed31003074c689b99ec41..00aebd3bb1b5a8d6213b6edc488c2c8437874464 100644
|
| --- a/components/sync/driver/glue/sync_backend_host_impl.h
|
| +++ b/components/sync/driver/glue/sync_backend_host_impl.h
|
| @@ -47,7 +47,7 @@ class SyncPrefs;
|
| // definition for documentation of public methods.
|
| class SyncBackendHostImpl : public SyncEngine, public InvalidationHandler {
|
| public:
|
| - typedef SyncStatus Status;
|
| + using Status = SyncStatus;
|
|
|
| SyncBackendHostImpl(const std::string& name,
|
| SyncClient* sync_client,
|
|
|