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

Unified Diff: components/autofill/core/browser/autofill_client.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: components/autofill/core/browser/autofill_client.h
diff --git a/components/autofill/core/browser/autofill_client.h b/components/autofill/core/browser/autofill_client.h
index f6ff075d059c01e68a5d2cdd916e6f1d2adc7256..9084f772daa2dd964d8b8fda8b83ddcbab8de653 100644
--- a/components/autofill/core/browser/autofill_client.h
+++ b/components/autofill/core/browser/autofill_client.h
@@ -38,7 +38,7 @@ class SyncService;
}
namespace ukm {
-class UkmService;
+class UkmRecorder;
}
namespace autofill {
@@ -112,7 +112,7 @@ class AutofillClient : public RiskDataLoader {
virtual rappor::RapporServiceImpl* GetRapporServiceImpl() = 0;
// Gets the UKM service associated with this client (for metrics).
- virtual ukm::UkmService* GetUkmService() = 0;
+ virtual ukm::UkmRecorder* GetUkmRecorder() = 0;
// Gets the SaveCardBubbleController instance associated with the client.
// May return nullptr if the save card bubble has not been shown yet.

Powered by Google App Engine
This is Rietveld 408576698