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

Unified Diff: ios/chrome/test/testing_application_context.mm

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/test/testing_application_context.mm
diff --git a/ios/chrome/test/testing_application_context.mm b/ios/chrome/test/testing_application_context.mm
index 9d8eda29a6e49cf14c3e027d101662110bd9de8d..5de88dd34f144737726b888991038c1312bcabeb 100644
--- a/ios/chrome/test/testing_application_context.mm
+++ b/ios/chrome/test/testing_application_context.mm
@@ -105,7 +105,7 @@ metrics::MetricsService* TestingApplicationContext::GetMetricsService() {
return nullptr;
}
-ukm::UkmService* TestingApplicationContext::GetUkmService() {
+ukm::UkmRecorder* TestingApplicationContext::GetUkmRecorder() {
DCHECK(thread_checker_.CalledOnValidThread());
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698