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

Unified Diff: components/sync/model/model_type_change_processor.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/model/mock_model_type_store.h ('k') | components/sync/model/model_type_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/model/model_type_change_processor.h
diff --git a/components/sync/model/model_type_change_processor.h b/components/sync/model/model_type_change_processor.h
index 457af16c1d13e0b824b89a90aeb6407bb1596af9..e4208100d1e8a08d2e677aeb7c9d422184546394 100644
--- a/components/sync/model/model_type_change_processor.h
+++ b/components/sync/model/model_type_change_processor.h
@@ -24,8 +24,8 @@ class ModelTypeSyncBridge;
// Interface used by the ModelTypeSyncBridge to inform sync of local changes.
class ModelTypeChangeProcessor {
public:
- typedef base::Callback<void(std::unique_ptr<ActivationContext>)>
- StartCallback;
+ using StartCallback =
+ base::Callback<void(std::unique_ptr<ActivationContext>)>;
// A factory function to make an implementation of ModelTypeChangeProcessor.
static std::unique_ptr<ModelTypeChangeProcessor> Create(
« no previous file with comments | « components/sync/model/mock_model_type_store.h ('k') | components/sync/model/model_type_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698