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

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

Issue 2883563002: Refactor UKM interface for mojo-ification (Closed)
Patch Set: Fix uma_session_stats.cc Created 3 years, 7 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
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 4fce6e75b2bd6eade030e970856e322582a77fb7..f9c19c62ad9e851a6cf80ca150087be36e09fc0e 100644
--- a/ios/chrome/browser/application_context_impl.h
+++ b/ios/chrome/browser/application_context_impl.h
@@ -50,7 +50,7 @@ class ApplicationContextImpl : public ApplicationContext {
metrics_services_manager::MetricsServicesManager* GetMetricsServicesManager()
override;
metrics::MetricsService* GetMetricsService() override;
- ukm::UkmService* GetUkmService() override;
+ ukm::UkmRecorder* GetUkmRecorder() override;
variations::VariationsService* GetVariationsService() override;
rappor::RapporServiceImpl* GetRapporServiceImpl() override;
net_log::ChromeNetLog* GetNetLog() override;

Powered by Google App Engine
This is Rietveld 408576698