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

Unified Diff: chrome/browser/ui/browser_command_controller.cc

Issue 2721153004: Remove ash_util namespace (Closed)
Patch Set: Created 3 years, 10 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/browser_command_controller.cc
diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc
index c66e61e5f7bda35a34fd4136e837e53cdf9b5417..845c2606f9cd71935899d355e608db78b14929de 100644
--- a/chrome/browser/ui/browser_command_controller.cc
+++ b/chrome/browser/ui/browser_command_controller.cc
@@ -623,7 +623,7 @@ void BrowserCommandController::ExecuteCommandWithDisposition(
break;
#if defined(OS_CHROMEOS)
case IDC_TOUCH_HUD_PROJECTION_TOGGLE:
- if (ash_util::IsRunningInMash()) {
+ if (IsRunningInMash()) {
service_manager::Connector* connector =
content::ServiceManagerConnection::GetForProcess()->GetConnector();
mash::mojom::LaunchablePtr launchable;

Powered by Google App Engine
This is Rietveld 408576698