| Index: components/sync/engine/sync_auth_provider.h
|
| diff --git a/components/sync/engine/sync_auth_provider.h b/components/sync/engine/sync_auth_provider.h
|
| index 3602c826baf6f82bafd8069d54deedeb11544e59..50d722faf47b0538831e2e8621c67a204497dfa8 100644
|
| --- a/components/sync/engine/sync_auth_provider.h
|
| +++ b/components/sync/engine/sync_auth_provider.h
|
| @@ -17,9 +17,9 @@ namespace syncer {
|
| // engine.
|
| class SyncAuthProvider {
|
| public:
|
| - typedef base::Callback<void(const GoogleServiceAuthError& error,
|
| - const std::string& token)>
|
| - RequestTokenCallback;
|
| + using RequestTokenCallback =
|
| + base::Callback<void(const GoogleServiceAuthError& error,
|
| + const std::string& token)>;
|
|
|
| virtual ~SyncAuthProvider() {}
|
|
|
|
|