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

Unified Diff: components/sync/driver/sync_stopped_reporter.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/driver/sync_stopped_reporter.h
diff --git a/components/sync/driver/sync_stopped_reporter.h b/components/sync/driver/sync_stopped_reporter.h
index dfb5c0ec7d72f5543dde3f614b0ed9bfaa472ad5..856f87e7e5b6dabe8d0bad06c23aa7ec846b0639 100644
--- a/components/sync/driver/sync_stopped_reporter.h
+++ b/components/sync/driver/sync_stopped_reporter.h
@@ -25,7 +25,7 @@ class SyncStoppedReporter : public net::URLFetcherDelegate {
public:
enum Result { RESULT_SUCCESS, RESULT_ERROR, RESULT_TIMEOUT };
- typedef base::Callback<void(const Result&)> ResultCallback;
+ using ResultCallback = base::Callback<void(const Result&)>;
SyncStoppedReporter(
const GURL& sync_service_url,
« no previous file with comments | « components/sync/driver/sync_api_component_factory.h ('k') | components/sync/engine/attachments/attachment_downloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698