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

Unified Diff: content/browser/battery_status/battery_monitor_integration_browsertest.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
« no previous file with comments | « content/browser/android/java_interfaces_impl.cc ('k') | content/browser/browser_child_process_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/battery_status/battery_monitor_integration_browsertest.cc
diff --git a/content/browser/battery_status/battery_monitor_integration_browsertest.cc b/content/browser/battery_status/battery_monitor_integration_browsertest.cc
index 91a25fdc02131d06671df1bdb488714e310bb1e1..1daebec2426105f6d9f94eb026710cba503fdd75 100644
--- a/content/browser/battery_status/battery_monitor_integration_browsertest.cc
+++ b/content/browser/battery_status/battery_monitor_integration_browsertest.cc
@@ -89,7 +89,7 @@ class FakeBatteryMonitor : public device::BatteryMonitor {
class TestContentBrowserClient : public ContentBrowserClient {
public:
void ExposeInterfacesToRenderer(
- shell::InterfaceRegistry* registry,
+ service_manager::InterfaceRegistry* registry,
RenderProcessHost* render_process_host) override {
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner =
BrowserThread::GetTaskRunnerForThread(BrowserThread::UI);
« no previous file with comments | « content/browser/android/java_interfaces_impl.cc ('k') | content/browser/browser_child_process_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698