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

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

Issue 2893943004: Refactor UKM interface for mojo-ification (Closed)
Patch Set: Fixed contextualsearch 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;
}
« no previous file with comments | « ios/chrome/test/testing_application_context.h ('k') | ios/web_view/internal/translate/web_view_translate_ranker_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698