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

Unified Diff: components/sync/model/sync_merge_result_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/model/sync_error_unittest.cc ('k') | components/sync/model/syncable_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/model/sync_merge_result_unittest.cc
diff --git a/components/sync/model/sync_merge_result_unittest.cc b/components/sync/model/sync_merge_result_unittest.cc
index 6147045aa2556279df025498e88772b4dcf7b71c..b9b37c4459cf2e2351f3d635b93435d1e4108284 100644
--- a/components/sync/model/sync_merge_result_unittest.cc
+++ b/components/sync/model/sync_merge_result_unittest.cc
@@ -11,7 +11,7 @@ namespace syncer {
namespace {
-typedef testing::Test SyncMergeResultTest;
+using SyncMergeResultTest = testing::Test;
TEST_F(SyncMergeResultTest, Unset) {
SyncMergeResult merge_result(BOOKMARKS);
« no previous file with comments | « components/sync/model/sync_error_unittest.cc ('k') | components/sync/model/syncable_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698