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

Unified Diff: ios/chrome/browser/application_context_impl.cc

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: ios/chrome/browser/application_context_impl.cc
diff --git a/ios/chrome/browser/application_context_impl.cc b/ios/chrome/browser/application_context_impl.cc
index b7a0acbe0794f32322b763811805d9e9c123ee5d..88bc2271dcae72be0e9009cab33d7bc8eec0c397 100644
--- a/ios/chrome/browser/application_context_impl.cc
+++ b/ios/chrome/browser/application_context_impl.cc
@@ -227,9 +227,9 @@ variations::VariationsService* ApplicationContextImpl::GetVariationsService() {
return GetMetricsServicesManager()->GetVariationsService();
}
-rappor::RapporService* ApplicationContextImpl::GetRapporService() {
+rappor::RapporServiceImpl* ApplicationContextImpl::GetRapporServiceImpl() {
DCHECK(thread_checker_.CalledOnValidThread());
- return GetMetricsServicesManager()->GetRapporService();
+ return GetMetricsServicesManager()->GetRapporServiceImpl();
}
net_log::ChromeNetLog* ApplicationContextImpl::GetNetLog() {

Powered by Google App Engine
This is Rietveld 408576698