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

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

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/renderer/render_frame.h ('k') | content/public/test/mock_render_process_host.cc » ('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.h
diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
index 27c0fa0b3f592d2d6122f59ed337cf9a61104e5c..678489a61baea875d7173ca1be23436140c2bcdc 100644
--- a/content/public/test/mock_render_process_host.h
+++ b/content/public/test/mock_render_process_host.h
@@ -92,7 +92,7 @@ class MockRenderProcessHost : public RenderProcessHost {
const WebRtcRtpPacketCallback& packet_callback) override;
#endif
void ResumeDeferredNavigation(const GlobalRequestID& request_id) override;
- shell::InterfaceProvider* GetRemoteInterfaces() override;
+ service_manager::InterfaceProvider* GetRemoteInterfaces() override;
std::unique_ptr<base::SharedPersistentMemoryAllocator> TakeMetricsAllocator()
override;
const base::TimeTicks& GetInitTimeForNavigationMetrics() const override;
@@ -136,7 +136,7 @@ class MockRenderProcessHost : public RenderProcessHost {
int worker_ref_count() const { return worker_ref_count_; }
void SetRemoteInterfaces(
- std::unique_ptr<shell::InterfaceProvider> remote_interfaces) {
+ std::unique_ptr<service_manager::InterfaceProvider> remote_interfaces) {
remote_interfaces_ = std::move(remote_interfaces);
}
@@ -159,7 +159,7 @@ class MockRenderProcessHost : public RenderProcessHost {
bool is_process_backgrounded_;
std::unique_ptr<base::ProcessHandle> process_handle;
int worker_ref_count_;
- std::unique_ptr<shell::InterfaceProvider> remote_interfaces_;
+ std::unique_ptr<service_manager::InterfaceProvider> remote_interfaces_;
DISALLOW_COPY_AND_ASSIGN(MockRenderProcessHost);
};
« no previous file with comments | « content/public/renderer/render_frame.h ('k') | content/public/test/mock_render_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698