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

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

Issue 2510803003: Pass RapporService to content/browser/ (Closed)
Patch Set: Applying comments 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.h
diff --git a/ios/chrome/browser/application_context_impl.h b/ios/chrome/browser/application_context_impl.h
index 21880e9fa5928ef780e960b4707e715cd4e3293e..398150ac83aca5bde76e9689add533da558d7530 100644
--- a/ios/chrome/browser/application_context_impl.h
+++ b/ios/chrome/browser/application_context_impl.h
@@ -53,7 +53,7 @@ class ApplicationContextImpl : public ApplicationContext {
override;
metrics::MetricsService* GetMetricsService() override;
variations::VariationsService* GetVariationsService() override;
- rappor::RapporService* GetRapporService() override;
+ rappor::RapporServiceImpl* GetRapporServiceImpl() override;
net_log::ChromeNetLog* GetNetLog() override;
network_time::NetworkTimeTracker* GetNetworkTimeTracker() override;
IOSChromeIOThread* GetIOSChromeIOThread() override;

Powered by Google App Engine
This is Rietveld 408576698