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

Unified Diff: chrome/browser/ui/ash/ash_util.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/ui/ash/ash_util.cc
diff --git a/chrome/browser/ui/ash/ash_util.cc b/chrome/browser/ui/ash/ash_util.cc
index aac1c6c12483677e23bb2c85f2a0a042557fcf45..33c69c1abb7dc72dc2d98442f6e26230980b3d90 100644
--- a/chrome/browser/ui/ash/ash_util.cc
+++ b/chrome/browser/ui/ash/ash_util.cc
@@ -18,7 +18,7 @@ bool ShouldOpenAshOnStartup() {
}
bool IsRunningInMash() {
- return shell::ShellIsRemote();
+ return service_manager::ServiceManagerIsRemote();
}
bool IsAcceleratorDeprecated(const ui::Accelerator& accelerator) {
« no previous file with comments | « chrome/browser/task_manager/providers/child_process_task.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698