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

Unified Diff: components/sync/syncable/nigori_util_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/syncable/metahandle_set.h ('k') | components/sync/syncable/parent_child_index.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/nigori_util_unittest.cc
diff --git a/components/sync/syncable/nigori_util_unittest.cc b/components/sync/syncable/nigori_util_unittest.cc
index 8c5ee761de6d4b49f91dfb349d55b449ee316b2c..e354678331b5b71719d25979c479ee4c29c8e703 100644
--- a/components/sync/syncable/nigori_util_unittest.cc
+++ b/components/sync/syncable/nigori_util_unittest.cc
@@ -11,7 +11,7 @@
namespace syncer {
namespace syncable {
-typedef testing::Test NigoriUtilTest;
+using NigoriUtilTest = testing::Test;
TEST(NigoriUtilTest, SpecificsNeedsEncryption) {
ModelTypeSet encrypted_types;
« no previous file with comments | « components/sync/syncable/metahandle_set.h ('k') | components/sync/syncable/parent_child_index.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698