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

Unified Diff: components/sync/engine_impl/syncer.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/syncer.h
diff --git a/components/sync/engine_impl/syncer.h b/components/sync/engine_impl/syncer.h
index dcea8f711afaa453db2bab03f7fe3ac56d9acd1b..77e5d53b5fda3865234094a9e2acf958b4397f6b 100644
--- a/components/sync/engine_impl/syncer.h
+++ b/components/sync/engine_impl/syncer.h
@@ -34,7 +34,7 @@ class SyncCycle;
// lock contention, or on tasks posted to other threads.
class Syncer {
public:
- typedef std::vector<int64_t> UnsyncedMetaHandles;
+ using UnsyncedMetaHandles = std::vector<int64_t>;
explicit Syncer(CancelationSignal* cancelation_signal);
virtual ~Syncer();
« no previous file with comments | « components/sync/engine_impl/sync_scheduler_impl_unittest.cc ('k') | components/sync/engine_impl/update_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698