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

Unified Diff: components/sync/engine_impl/uss_migrator.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/engine_impl/update_handler.h ('k') | components/sync/js/js_event_details.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/uss_migrator.h
diff --git a/components/sync/engine_impl/uss_migrator.h b/components/sync/engine_impl/uss_migrator.h
index 28cdddb44535f3c8b693fa8f09973b0620472f0f..84a6fd2da400dec3d4234dc65ad784c2379f099d 100644
--- a/components/sync/engine_impl/uss_migrator.h
+++ b/components/sync/engine_impl/uss_migrator.h
@@ -13,8 +13,8 @@ namespace syncer {
class ModelTypeWorker;
struct UserShare;
-typedef base::Callback<bool(ModelType, UserShare*, ModelTypeWorker*)>
- UssMigrator;
+using UssMigrator =
+ base::Callback<bool(ModelType, UserShare*, ModelTypeWorker*)>;
// Pulls all the data for |type| out of the directory and sends it to |worker|
// as the result of an initial GetUpdates. Returns whether migration succeeded.
« no previous file with comments | « components/sync/engine_impl/update_handler.h ('k') | components/sync/js/js_event_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698