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

Unified Diff: chromecast/browser/cast_content_browser_client.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 | « chrome/utility/chrome_content_utility_client.cc ('k') | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_content_browser_client.h
diff --git a/chromecast/browser/cast_content_browser_client.h b/chromecast/browser/cast_content_browser_client.h
index 27a0c53882483ed270e682ad763961352f12f4b3..a2a98e9b2e525353ab9ff79786f7b807e771783c 100644
--- a/chromecast/browser/cast_content_browser_client.h
+++ b/chromecast/browser/cast_content_browser_client.h
@@ -29,7 +29,7 @@ namespace metrics {
class MetricsService;
}
-namespace shell {
+namespace service_manager {
class InterfaceRegistry;
}
@@ -149,7 +149,7 @@ class CastContentBrowserClient : public content::ContentBrowserClient {
int opener_render_frame_id,
bool* no_javascript_access) override;
void ExposeInterfacesToRenderer(
- ::shell::InterfaceRegistry* registry,
+ service_manager::InterfaceRegistry* registry,
content::RenderProcessHost* render_process_host) override;
void RegisterInProcessServices(StaticServiceMap* services) override;
std::unique_ptr<base::Value> GetServiceManifestOverlay(
« no previous file with comments | « chrome/utility/chrome_content_utility_client.cc ('k') | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698