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

Unified Diff: chrome/test/base/testing_browser_process.h

Issue 2510803003: Pass RapporService to content/browser/ (Closed)
Patch Set: Fix more compile errors in JNI files Created 4 years 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: 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_;

Powered by Google App Engine
This is Rietveld 408576698