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

Unified Diff: components/browser_sync/profile_sync_test_util.h

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
Index: components/browser_sync/profile_sync_test_util.h
diff --git a/components/browser_sync/profile_sync_test_util.h b/components/browser_sync/profile_sync_test_util.h
index 48e7d1935fffcd3f21dfd4272cb081e8b26fd6cb..3ca1498c86411a035585d80a7d965340138366e2 100644
--- a/components/browser_sync/profile_sync_test_util.h
+++ b/components/browser_sync/profile_sync_test_util.h
@@ -59,9 +59,9 @@ void RegisterPrefsForProfileSyncService(
class ProfileSyncServiceBundle {
public:
#if defined(OS_CHROMEOS)
- typedef FakeSigninManagerBase FakeSigninManagerType;
+ using FakeSigninManagerType = FakeSigninManagerBase;
#else
- typedef FakeSigninManager FakeSigninManagerType;
+ using FakeSigninManagerType = FakeSigninManager;
#endif
ProfileSyncServiceBundle();
« no previous file with comments | « components/browser_sync/profile_sync_service_unittest.cc ('k') | components/sync/base/attachment_id_proto_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698