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

Unified Diff: components/sync_sessions/tab_node_pool.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_sessions/tab_node_pool.h
diff --git a/components/sync_sessions/tab_node_pool.h b/components/sync_sessions/tab_node_pool.h
index caadc4e5f2ee97964b3646e73828dacb62286e28..82175d5efd976d7f2557d831ea5abcd28ec34014 100644
--- a/components/sync_sessions/tab_node_pool.h
+++ b/components/sync_sessions/tab_node_pool.h
@@ -125,7 +125,7 @@ class TabNodePool {
private:
friend class SyncTabNodePoolTest;
- typedef std::map<int, SessionID::id_type> TabNodeIDToTabIDMap;
+ using TabNodeIDToTabIDMap = std::map<int, SessionID::id_type>;
// Adds |tab_node_id| to free node pool.
// |change_output| *must* be provided. It is the TabNodePool's link to
« no previous file with comments | « components/sync_sessions/lost_navigations_recorder_unittest.cc ('k') | ios/chrome/browser/sync/sync_setup_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698