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

Unified Diff: chromecast/base/metrics/cast_metrics_helper.h

Issue 1169923009: Remove remaining use of the deprecated MessageLoopProxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo. Created 5 years, 6 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 | « no previous file | components/proximity_auth/ble/proximity_auth_ble_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/base/metrics/cast_metrics_helper.h
diff --git a/chromecast/base/metrics/cast_metrics_helper.h b/chromecast/base/metrics/cast_metrics_helper.h
index dd4f5f013df701f5be068886df1e204b0559b0c9..0650c0e533713dc9d2df429a9e00f4b78cdcbac8 100644
--- a/chromecast/base/metrics/cast_metrics_helper.h
+++ b/chromecast/base/metrics/cast_metrics_helper.h
@@ -112,8 +112,8 @@ class CastMetricsHelper {
virtual void SetRecordActionCallback(const RecordActionCallback& callback);
protected:
- // Creates a CastMetricsHelper instance with no MessageLoopProxy. This should
- // only be used by tests, since invoking any non-overridden methods on this
+ // Creates a CastMetricsHelper instance with no task runner. This should only
+ // be used by tests, since invoking any non-overridden methods on this
// instance will cause a failure.
CastMetricsHelper();
« no previous file with comments | « no previous file | components/proximity_auth/ble/proximity_auth_ble_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698