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

Unified Diff: chromecast/metrics/cast_metrics_prefs.cc

Issue 510483004: Chromecast buildfix: MetricsService has moved to metrics namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | chromecast/metrics/cast_metrics_service_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/metrics/cast_metrics_prefs.cc
diff --git a/chromecast/metrics/cast_metrics_prefs.cc b/chromecast/metrics/cast_metrics_prefs.cc
index c575f59079eb2e02dd809f47c433433eb48ae802..9138aa74dd03d50a69713c1eb8f71f03d2683ad6 100644
--- a/chromecast/metrics/cast_metrics_prefs.cc
+++ b/chromecast/metrics/cast_metrics_prefs.cc
@@ -10,7 +10,7 @@ namespace chromecast {
namespace metrics {
void RegisterPrefs(PrefRegistrySimple* registry) {
- MetricsService::RegisterPrefs(registry);
+ ::metrics::MetricsService::RegisterPrefs(registry);
}
} // namespace metrics
« no previous file with comments | « no previous file | chromecast/metrics/cast_metrics_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698