| Index: components/browser_sync/profile_sync_service.cc
 | 
| diff --git a/components/browser_sync/profile_sync_service.cc b/components/browser_sync/profile_sync_service.cc
 | 
| index 10f4fa4d6b72a0732624f1e402722054aad99196..2909868bc33e3addeee8a618ad28c941de3a26e5 100644
 | 
| --- a/components/browser_sync/profile_sync_service.cc
 | 
| +++ b/components/browser_sync/profile_sync_service.cc
 | 
| @@ -116,7 +116,7 @@ namespace browser_sync {
 | 
|  
 | 
|  namespace {
 | 
|  
 | 
| -typedef GoogleServiceAuthError AuthError;
 | 
| +using AuthError = GoogleServiceAuthError;
 | 
|  
 | 
|  const char kSyncUnrecoverableErrorHistogram[] = "Sync.UnrecoverableErrors";
 | 
|  
 | 
| 
 |