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

Unified Diff: components/sync/engine_impl/debug_info_event_listener.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/engine_impl/debug_info_event_listener.h
diff --git a/components/sync/engine_impl/debug_info_event_listener.h b/components/sync/engine_impl/debug_info_event_listener.h
index a3cfb45bbf93ed2f3fa7abfcdf6a7267384478ef..cd97fb3b724ff2de308bfed9f57b81db19f72e18 100644
--- a/components/sync/engine_impl/debug_info_event_listener.h
+++ b/components/sync/engine_impl/debug_info_event_listener.h
@@ -94,7 +94,7 @@ class DebugInfoEventListener : public SyncManager::Observer,
void AddEventToQueue(const sync_pb::DebugEventInfo& event_info);
void CreateAndAddEvent(sync_pb::SyncEnums::SingletonDebugEventType type);
- typedef std::deque<sync_pb::DebugEventInfo> DebugEventInfoQueue;
+ using DebugEventInfoQueue = std::deque<sync_pb::DebugEventInfo>;
DebugEventInfoQueue events_;
// True indicates we had to drop one or more events to keep our limit of
« no previous file with comments | « components/sync/engine_impl/commit_processor.cc ('k') | components/sync/engine_impl/debug_info_event_listener_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698