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

Unified Diff: components/sync/driver/data_type_manager_impl.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
« no previous file with comments | « components/sync/driver/data_type_controller.h ('k') | components/sync/driver/data_type_status_table.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/data_type_manager_impl.h
diff --git a/components/sync/driver/data_type_manager_impl.h b/components/sync/driver/data_type_manager_impl.h
index 47bd8ad405a73b87b2c742a235e459e7423e6684..cdf969c4f89406409d5ed3990ed9e85509a7e978 100644
--- a/components/sync/driver/data_type_manager_impl.h
+++ b/components/sync/driver/data_type_manager_impl.h
@@ -31,7 +31,7 @@ struct DataTypeConfigurationStats;
// List of data types grouped by priority and ordered from high priority to
// low priority.
-typedef std::queue<ModelTypeSet> TypeSetPriorityList;
+using TypeSetPriorityList = std::queue<ModelTypeSet>;
class DataTypeManagerImpl : public DataTypeManager,
public ModelAssociationManagerDelegate {
« no previous file with comments | « components/sync/driver/data_type_controller.h ('k') | components/sync/driver/data_type_status_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698