Index: chrome/test/base/testing_browser_process.h |
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h |
index af6154c89309d7bb1fec824ed1ccf4b550256367..041c263082d4d99bd27b3621d3c67daeca553a01 100644 |
--- a/chrome/test/base/testing_browser_process.h |
+++ b/chrome/test/base/testing_browser_process.h |
@@ -67,6 +67,7 @@ class TestingBrowserProcess : public BrowserProcess { |
override; |
metrics::MetricsService* metrics_service() override; |
rappor::RapporServiceImpl* rappor_service() override; |
+ ukm::UkmService* ukm_service() override; |
IOThread* io_thread() override; |
WatchDogThread* watchdog_thread() override; |
ProfileManager* profile_manager() override; |
@@ -147,6 +148,7 @@ class TestingBrowserProcess : public BrowserProcess { |
void SetNotificationPlatformBridge( |
std::unique_ptr<NotificationPlatformBridge> notification_platform_bridge); |
void SetRapporServiceImpl(rappor::RapporServiceImpl* rappor_service); |
+ void SetUkmService(ukm::UkmService* ukm_service); |
void SetShuttingDown(bool is_shutting_down); |
void ShutdownBrowserPolicyConnector(); |
@@ -193,6 +195,7 @@ class TestingBrowserProcess : public BrowserProcess { |
IOThread* io_thread_; |
net::URLRequestContextGetter* system_request_context_; |
rappor::RapporServiceImpl* rappor_service_; |
+ ukm::UkmService* ukm_service_; |
std::unique_ptr<BrowserProcessPlatformPart> platform_part_; |