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

Unified Diff: chromecast/metrics/cast_metrics_service_client.h

Issue 521943002: Chromecast: rm explicit constructor on CastMetricsServiceClient. (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 | no next file » | 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 695a6ac8b93d64beb54201bfb7eb62947e8cce27..24751bb39d9ffce0818abae9784c82c68a579d8e 100644
--- a/chromecast/metrics/cast_metrics_service_client.h
+++ b/chromecast/metrics/cast_metrics_service_client.h
@@ -54,7 +54,7 @@ class CastMetricsServiceClient : public ::metrics::MetricsServiceClient {
void EnableMetricsService(bool enabled);
private:
- explicit CastMetricsServiceClient(
+ CastMetricsServiceClient(
PrefService* pref_service,
net::URLRequestContextGetter* request_context);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698