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

Unified Diff: chromecast/metrics/platform_metrics_providers.h

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
Index: chromecast/metrics/platform_metrics_providers.h
diff --git a/chromecast/metrics/platform_metrics_providers.h b/chromecast/metrics/platform_metrics_providers.h
index d656b39f891c60bafe2d6a8879ee6a88e4ce137c..9d847e5c39b7171efa04840044bbc1656a25e78a 100644
--- a/chromecast/metrics/platform_metrics_providers.h
+++ b/chromecast/metrics/platform_metrics_providers.h
@@ -7,13 +7,16 @@
#include "components/metrics/proto/system_profile.pb.h"
+namespace metrics {
class MetricsService;
+}
namespace chromecast {
namespace metrics {
// Build-level hook for different platforms to provide data to MetricsService.
-void RegisterPlatformMetricsProviders(MetricsService* metrics_service);
+void RegisterPlatformMetricsProviders(
+ ::metrics::MetricsService* metrics_service);
// Returns the current release channel.
::metrics::SystemProfileProto::Channel GetPlatformReleaseChannel();
« no previous file with comments | « chromecast/metrics/cast_metrics_service_client.cc ('k') | chromecast/metrics/platform_metrics_providers_simple.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698