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

Unified Diff: chromecast/metrics/cast_metrics_service_client.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
« no previous file with comments | « chromecast/metrics/cast_metrics_prefs.cc ('k') | chromecast/metrics/cast_metrics_service_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/metrics/cast_metrics_service_client.h
diff --git a/chromecast/metrics/cast_metrics_service_client.h b/chromecast/metrics/cast_metrics_service_client.h
index 5ad791d9aa98c16365fc95eceb1c02290dfdc4a6..695a6ac8b93d64beb54201bfb7eb62947e8cce27 100644
--- a/chromecast/metrics/cast_metrics_service_client.h
+++ b/chromecast/metrics/cast_metrics_service_client.h
@@ -12,10 +12,10 @@
#include "base/memory/scoped_ptr.h"
#include "components/metrics/metrics_service_client.h"
-class MetricsService;
class PrefService;
namespace metrics {
+class MetricsService;
class MetricsStateManager;
} // namespace metrics
@@ -62,7 +62,7 @@ class CastMetricsServiceClient : public ::metrics::MetricsServiceClient {
bool IsReportingEnabled();
scoped_ptr< ::metrics::MetricsStateManager> metrics_state_manager_;
- scoped_ptr<MetricsService> metrics_service_;
+ scoped_ptr< ::metrics::MetricsService> metrics_service_;
net::URLRequestContextGetter* request_context_;
DISALLOW_COPY_AND_ASSIGN(CastMetricsServiceClient);
« no previous file with comments | « chromecast/metrics/cast_metrics_prefs.cc ('k') | chromecast/metrics/cast_metrics_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698