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

Unified Diff: headless/lib/browser/headless_web_contents_impl.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: headless/lib/browser/headless_web_contents_impl.cc
diff --git a/headless/lib/browser/headless_web_contents_impl.cc b/headless/lib/browser/headless_web_contents_impl.cc
index 1835373a378299c63fea6041d835653fbfe1968c..2418c29644f46826d2bba29ad6ac1343ee618665 100644
--- a/headless/lib/browser/headless_web_contents_impl.cc
+++ b/headless/lib/browser/headless_web_contents_impl.cc
@@ -154,7 +154,7 @@ void HeadlessWebContentsImpl::RenderFrameCreated(
content::BINDINGS_POLICY_HEADLESS);
}
- shell::InterfaceRegistry* interface_registry =
+ service_manager::InterfaceRegistry* interface_registry =
render_frame_host->GetInterfaceRegistry();
for (const MojoService& service : mojo_services_) {

Powered by Google App Engine
This is Rietveld 408576698