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

Unified Diff: content/public/test/mock_render_process_host.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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
« no previous file with comments | « content/public/test/mock_render_process_host.h ('k') | content/public/test/mock_render_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/mock_render_process_host.cc
diff --git a/content/public/test/mock_render_process_host.cc b/content/public/test/mock_render_process_host.cc
index b6337d36c6e2b721fb8e00f099b25b76fe3b1bc2..067b38558ce47c24d8e7200bc10ae6d83fa726dd 100644
--- a/content/public/test/mock_render_process_host.cc
+++ b/content/public/test/mock_render_process_host.cc
@@ -97,7 +97,7 @@ void MockRenderProcessHost::SimulateCrash() {
bool MockRenderProcessHost::Init() {
has_connection_ = true;
- remote_interfaces_.reset(new shell::InterfaceProvider);
+ remote_interfaces_.reset(new service_manager::InterfaceProvider);
return true;
}
@@ -253,7 +253,8 @@ base::TimeDelta MockRenderProcessHost::GetChildProcessIdleTime() const {
return base::TimeDelta::FromMilliseconds(0);
}
-shell::InterfaceProvider* MockRenderProcessHost::GetRemoteInterfaces() {
+service_manager::InterfaceProvider*
+MockRenderProcessHost::GetRemoteInterfaces() {
return remote_interfaces_.get();
}
« no previous file with comments | « content/public/test/mock_render_process_host.h ('k') | content/public/test/mock_render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698