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

Unified Diff: chrome/browser/metrics/chrome_metrics_services_manager_client.h

Issue 2510803003: Pass RapporService to content/browser/ (Closed)
Patch Set: Fix more compile errors in JNI files Created 4 years 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: chrome/browser/metrics/chrome_metrics_services_manager_client.h
diff --git a/chrome/browser/metrics/chrome_metrics_services_manager_client.h b/chrome/browser/metrics/chrome_metrics_services_manager_client.h
index fe3863fd60c68bd19e4b46a38433ea22e4fdf538..eea9eebbb15c505afb3fc92d8c32a6d3c63f0be8 100644
--- a/chrome/browser/metrics/chrome_metrics_services_manager_client.h
+++ b/chrome/browser/metrics/chrome_metrics_services_manager_client.h
@@ -60,7 +60,7 @@ class ChromeMetricsServicesManagerClient
class ChromeEnabledStateProvider;
// metrics_services_manager::MetricsServicesManagerClient:
- std::unique_ptr<rappor::RapporService> CreateRapporService() override;
+ std::unique_ptr<rappor::RapporServiceImpl> CreateRapporServiceImpl() override;
std::unique_ptr<variations::VariationsService> CreateVariationsService()
override;
std::unique_ptr<metrics::MetricsServiceClient> CreateMetricsServiceClient()

Powered by Google App Engine
This is Rietveld 408576698