Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(702)

Unified Diff: components/sync/base/proto_value_ptr_unittest.cc

Issue 2689773002: [Sync] Replace typedef with using. (Closed)
Patch Set: [Sync] Replace typedef with using. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/base/progress_marker_map.h ('k') | components/sync/base/sync_prefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « components/sync/base/progress_marker_map.h ('k') | components/sync/base/sync_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698