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

Unified Diff: content/shell/browser/layout_test/layout_test_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
Index: content/shell/browser/layout_test/layout_test_content_browser_client.h
diff --git a/content/shell/browser/layout_test/layout_test_content_browser_client.h b/content/shell/browser/layout_test/layout_test_content_browser_client.h
index 54ac3c9fe1e7ca923b987a4763d201c5a0d11796..e3fe22f4e2cfd54c158a18ac8a18dff29e367948 100644
--- a/content/shell/browser/layout_test/layout_test_content_browser_client.h
+++ b/content/shell/browser/layout_test/layout_test_content_browser_client.h
@@ -28,7 +28,7 @@ class LayoutTestContentBrowserClient : public ShellContentBrowserClient {
// ContentBrowserClient overrides.
void RenderProcessWillLaunch(RenderProcessHost* host) override;
void ExposeInterfacesToRenderer(
- shell::InterfaceRegistry* registry,
+ service_manager::InterfaceRegistry* registry,
RenderProcessHost* render_process_host) override;
void OverrideWebkitPrefs(RenderViewHost* render_view_host,
WebPreferences* prefs) override;

Powered by Google App Engine
This is Rietveld 408576698