| Index: components/sync/model/sync_error_unittest.cc
 | 
| diff --git a/components/sync/model/sync_error_unittest.cc b/components/sync/model/sync_error_unittest.cc
 | 
| index 8a6bdbdf01a620a66fd414ff4abc0cfbe1189d64..41852aa295e1c86ea64f096e9d0f5380d5a00fce 100644
 | 
| --- a/components/sync/model/sync_error_unittest.cc
 | 
| +++ b/components/sync/model/sync_error_unittest.cc
 | 
| @@ -13,7 +13,7 @@ namespace {
 | 
|  
 | 
|  using std::string;
 | 
|  
 | 
| -typedef testing::Test SyncErrorTest;
 | 
| +using SyncErrorTest = testing::Test;
 | 
|  
 | 
|  TEST_F(SyncErrorTest, Unset) {
 | 
|    SyncError error;
 | 
| 
 |