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

Unified Diff: blimp/engine/app/blimp_content_browser_client.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
Index: blimp/engine/app/blimp_content_browser_client.cc
diff --git a/blimp/engine/app/blimp_content_browser_client.cc b/blimp/engine/app/blimp_content_browser_client.cc
index c58434ad0703830437174d4fb2a8d32139620548..bc2068f7c5c67e51462e5fc6f576d38470858470 100644
--- a/blimp/engine/app/blimp_content_browser_client.cc
+++ b/blimp/engine/app/blimp_content_browser_client.cc
@@ -45,7 +45,7 @@ BlimpBrowserContext* BlimpContentBrowserClient::GetBrowserContext() {
}
void BlimpContentBrowserClient::ExposeInterfacesToRenderer(
- shell::InterfaceRegistry* registry,
+ service_manager::InterfaceRegistry* registry,
content::RenderProcessHost* render_process_host) {
registry->AddInterface<mojom::BlobChannel>(base::Bind(
&BlobChannelService::BindRequest,

Powered by Google App Engine
This is Rietveld 408576698