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

Unified Diff: ios/chrome/browser/ui/autofill/autofill_client_ios.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/browser/ui/autofill/autofill_client_ios.mm
diff --git a/ios/chrome/browser/ui/autofill/autofill_client_ios.mm b/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
index 763bc49bf23e1aedaba54b199f2cd09ff41fc562..196df901963a810f79b7ce7a1e34d6491161b524 100644
--- a/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
+++ b/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
@@ -80,8 +80,8 @@ rappor::RapporServiceImpl* AutofillClientIOS::GetRapporServiceImpl() {
return GetApplicationContext()->GetRapporServiceImpl();
}
-ukm::UkmService* AutofillClientIOS::GetUkmService() {
- return GetApplicationContext()->GetUkmService();
+ukm::UkmRecorder* AutofillClientIOS::GetUkmRecorder() {
+ return GetApplicationContext()->GetUkmRecorder();
}
SaveCardBubbleController* AutofillClientIOS::GetSaveCardBubbleController() {

Powered by Google App Engine
This is Rietveld 408576698