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

Unified Diff: components/sync/device_info/device_info_sync_service.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/sync/device_info/device_info_sync_service.h
diff --git a/components/sync/device_info/device_info_sync_service.h b/components/sync/device_info/device_info_sync_service.h
index d9900a2afdadeae3678ca587d65e446b7ffdaf5f..e6ee3cea06b24b415647eb4fe1376b5675437cf4 100644
--- a/components/sync/device_info/device_info_sync_service.h
+++ b/components/sync/device_info/device_info_sync_service.h
@@ -90,7 +90,7 @@ class DeviceInfoSyncService : public SyncableService, public DeviceInfoTracker {
std::unique_ptr<SyncErrorFactory> error_handler_;
// Cache of all syncable and local data.
- typedef std::map<std::string, SyncData> SyncDataMap;
+ using SyncDataMap = std::map<std::string, SyncData>;
SyncDataMap all_data_;
// Registered observers, not owned.
« no previous file with comments | « components/sync/device_info/device_count_metrics_provider.h ('k') | components/sync/device_info/local_device_info_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698