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, |