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

Unified Diff: components/sync/device_info/device_count_metrics_provider.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/base/sync_prefs.h ('k') | components/sync/device_info/device_info_sync_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/device_info/device_count_metrics_provider.h
diff --git a/components/sync/device_info/device_count_metrics_provider.h b/components/sync/device_info/device_count_metrics_provider.h
index dcd845284e358da0790cff97f8ba198c57219241..f85d763175e1c154f287260eedfae80bad75fbf7 100644
--- a/components/sync/device_info/device_count_metrics_provider.h
+++ b/components/sync/device_info/device_count_metrics_provider.h
@@ -27,8 +27,8 @@ class DeviceInfoTracker;
// would be much trickier.
class DeviceCountMetricsProvider : public metrics::MetricsProvider {
public:
- typedef base::Callback<void(std::vector<const DeviceInfoTracker*>* trackers)>
- ProvideTrackersCallback;
+ using ProvideTrackersCallback =
+ base::Callback<void(std::vector<const DeviceInfoTracker*>* trackers)>;
explicit DeviceCountMetricsProvider(
const ProvideTrackersCallback& provide_trackers);
« no previous file with comments | « components/sync/base/sync_prefs.h ('k') | components/sync/device_info/device_info_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698