| Index: components/sync/base/proto_value_ptr_unittest.cc
 | 
| diff --git a/components/sync/base/proto_value_ptr_unittest.cc b/components/sync/base/proto_value_ptr_unittest.cc
 | 
| index 57755912af0f979dd9d986e9139e3a5263d66dc5..c07261cdf10ecfc7b710ad8989aa23223cb9d606 100644
 | 
| --- a/components/sync/base/proto_value_ptr_unittest.cc
 | 
| +++ b/components/sync/base/proto_value_ptr_unittest.cc
 | 
| @@ -113,7 +113,7 @@ int TestValue::g_delete_count = 0;
 | 
|  
 | 
|  }  // namespace
 | 
|  
 | 
| -typedef ProtoValuePtr<TestValue> TestPtr;
 | 
| +using TestPtr = ProtoValuePtr<TestValue>;
 | 
|  
 | 
|  class ProtoValuePtrTest : public testing::Test {
 | 
|   public:
 | 
| 
 |