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

Unified Diff: content/browser/browser_child_process_host_impl.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
Index: content/browser/browser_child_process_host_impl.h
diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h
index c88ec6efdaaeedac357d2d3b4ff547981aad193b..6d930635d001e0174731c8f3f47c75f2e9da0327 100644
--- a/content/browser/browser_child_process_host_impl.h
+++ b/content/browser/browser_child_process_host_impl.h
@@ -32,7 +32,7 @@ namespace base {
class CommandLine;
}
-namespace shell {
+namespace service_manager {
class InterfaceProvider;
}
@@ -88,7 +88,7 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
bool CanShutdown() override;
void OnChildDisconnected() override;
const base::Process& GetProcess() const override;
- shell::InterfaceProvider* GetRemoteInterfaces() override;
+ service_manager::InterfaceProvider* GetRemoteInterfaces() override;
bool OnMessageReceived(const IPC::Message& message) override;
void OnChannelConnected(int32_t peer_pid) override;
void OnChannelError() override;

Powered by Google App Engine
This is Rietveld 408576698