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

Unified Diff: components/sync/engine/net/http_post_provider_factory.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/net/http_post_provider_factory.h
diff --git a/components/sync/engine/net/http_post_provider_factory.h b/components/sync/engine/net/http_post_provider_factory.h
index c57ba86a9a1264a80f47395e8544a1cc0ca64626..ad08f6f355b758117dae9e2141480ecc62b16f63 100644
--- a/components/sync/engine/net/http_post_provider_factory.h
+++ b/components/sync/engine/net/http_post_provider_factory.h
@@ -15,7 +15,7 @@ class URLFetcher;
namespace syncer {
-typedef base::Callback<void(net::URLFetcher*)> BindToTrackerCallback;
+using BindToTrackerCallback = base::Callback<void(net::URLFetcher*)>;
class HttpPostProviderInterface;
« no previous file with comments | « components/sync/engine/model_safe_worker.h ('k') | components/sync/engine/net/network_time_update_callback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698