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

Unified Diff: components/sync/base/attachment_id_proto_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/browser_sync/profile_sync_test_util.h ('k') | components/sync/base/cryptographer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/attachment_id_proto_unittest.cc
diff --git a/components/sync/base/attachment_id_proto_unittest.cc b/components/sync/base/attachment_id_proto_unittest.cc
index 65ede8401614714d76678e5f998871dc6275d116..d01dfcb802018918cbc84502d600ceddb1db6466 100644
--- a/components/sync/base/attachment_id_proto_unittest.cc
+++ b/components/sync/base/attachment_id_proto_unittest.cc
@@ -10,7 +10,7 @@
namespace syncer {
-typedef testing::Test AttachmentIdProtoTest;
+using AttachmentIdProtoTest = testing::Test;
// Verify that that we generate a proto with a properly formatted unique_id
// field.
« no previous file with comments | « components/browser_sync/profile_sync_test_util.h ('k') | components/sync/base/cryptographer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698