| 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 32ef1c285da934b33058e87678ebe3b443800f25..af6154c89309d7bb1fec824ed1ccf4b550256367 100644
|
| --- a/chrome/test/base/testing_browser_process.h
|
| +++ b/chrome/test/base/testing_browser_process.h
|
| @@ -66,7 +66,7 @@ class TestingBrowserProcess : public BrowserProcess {
|
| metrics_services_manager::MetricsServicesManager* GetMetricsServicesManager()
|
| override;
|
| metrics::MetricsService* metrics_service() override;
|
| - rappor::RapporService* rappor_service() override;
|
| + rappor::RapporServiceImpl* rappor_service() override;
|
| IOThread* io_thread() override;
|
| WatchDogThread* watchdog_thread() override;
|
| ProfileManager* profile_manager() override;
|
| @@ -146,7 +146,7 @@ class TestingBrowserProcess : public BrowserProcess {
|
| std::unique_ptr<NotificationUIManager> notification_ui_manager);
|
| void SetNotificationPlatformBridge(
|
| std::unique_ptr<NotificationPlatformBridge> notification_platform_bridge);
|
| - void SetRapporService(rappor::RapporService* rappor_service);
|
| + void SetRapporServiceImpl(rappor::RapporServiceImpl* rappor_service);
|
| void SetShuttingDown(bool is_shutting_down);
|
| void ShutdownBrowserPolicyConnector();
|
|
|
| @@ -192,7 +192,7 @@ class TestingBrowserProcess : public BrowserProcess {
|
| PrefService* local_state_;
|
| IOThread* io_thread_;
|
| net::URLRequestContextGetter* system_request_context_;
|
| - rappor::RapporService* rappor_service_;
|
| + rappor::RapporServiceImpl* rappor_service_;
|
|
|
| std::unique_ptr<BrowserProcessPlatformPart> platform_part_;
|
|
|
|
|