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

Unified Diff: components/sync/test/engine/mock_model_type_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/syncable/write_transaction_info.h ('k') | components/sync/test/fake_server/fake_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/test/engine/mock_model_type_processor.h
diff --git a/components/sync/test/engine/mock_model_type_processor.h b/components/sync/test/engine/mock_model_type_processor.h
index 632d189e4a67d67c49f8cdbf9da76303d8e8042a..ca291783eec57d0490bcf3e82d0dfe200e9846d3 100644
--- a/components/sync/test/engine/mock_model_type_processor.h
+++ b/components/sync/test/engine/mock_model_type_processor.h
@@ -35,7 +35,7 @@ namespace syncer {
// on their value.
class MockModelTypeProcessor : public ModelTypeProcessor {
public:
- typedef base::Callback<void()> DisconnectCallback;
+ using DisconnectCallback = base::Callback<void()>;
MockModelTypeProcessor();
~MockModelTypeProcessor() override;
« no previous file with comments | « components/sync/syncable/write_transaction_info.h ('k') | components/sync/test/fake_server/fake_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698