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

Unified Diff: chrome/browser/task_manager/providers/child_process_task.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: chrome/browser/task_manager/providers/child_process_task.cc
diff --git a/chrome/browser/task_manager/providers/child_process_task.cc b/chrome/browser/task_manager/providers/child_process_task.cc
index c452c75561d89dbf607ca6613bbd798700ab5c02..bfea63326d2591830f26a8dcd895f9ca352e9f3e 100644
--- a/chrome/browser/task_manager/providers/child_process_task.cc
+++ b/chrome/browser/task_manager/providers/child_process_task.cc
@@ -124,7 +124,8 @@ void ConnectResourceReporterOnIOThread(
if (!host)
return;
- shell::InterfaceProvider* interfaces = host->GetHost()->GetRemoteInterfaces();
+ service_manager::InterfaceProvider* interfaces =
+ host->GetHost()->GetRemoteInterfaces();
if (interfaces)
interfaces->GetInterface(std::move(resource_reporter));
}
« no previous file with comments | « chrome/browser/password_manager/chrome_password_manager_client_unittest.cc ('k') | chrome/browser/ui/ash/ash_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698