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

Unified Diff: components/sync/engine_impl/debug_info_event_listener_unittest.cc

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_unittest.cc
diff --git a/components/sync/engine_impl/debug_info_event_listener_unittest.cc b/components/sync/engine_impl/debug_info_event_listener_unittest.cc
index f7d8ad042817ca2685ea622601e3465119ae342e..b64c6e38c35a7bb9fae8a4579ced7bdf325f6ff5 100644
--- a/components/sync/engine_impl/debug_info_event_listener_unittest.cc
+++ b/components/sync/engine_impl/debug_info_event_listener_unittest.cc
@@ -8,7 +8,7 @@
namespace syncer {
-typedef testing::Test DebugInfoEventListenerTest;
+using DebugInfoEventListenerTest = testing::Test;
TEST_F(DebugInfoEventListenerTest, VerifyEventsAdded) {
DebugInfoEventListener debug_info_event_listener;
« no previous file with comments | « components/sync/engine_impl/debug_info_event_listener.h ('k') | components/sync/engine_impl/get_updates_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698