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

Unified Diff: chromecast/metrics/platform_metrics_providers_simple.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 | « chromecast/metrics/platform_metrics_providers.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/metrics/platform_metrics_providers_simple.cc
diff --git a/chromecast/metrics/platform_metrics_providers_simple.cc b/chromecast/metrics/platform_metrics_providers_simple.cc
index d3f6ab9ea3d501fe339484f3736cc487ffef34e6..d312ec6017b76142d47f6ae1fbcb640b92ee8b5c 100644
--- a/chromecast/metrics/platform_metrics_providers_simple.cc
+++ b/chromecast/metrics/platform_metrics_providers_simple.cc
@@ -7,7 +7,8 @@
namespace chromecast {
namespace metrics {
-void RegisterPlatformMetricsProviders(MetricsService* metrics_service) {
+void RegisterPlatformMetricsProviders(
+ ::metrics::MetricsService* metrics_service) {
}
::metrics::SystemProfileProto::Channel GetPlatformReleaseChannel() {
« no previous file with comments | « chromecast/metrics/platform_metrics_providers.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698