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

Unified Diff: chrome/browser/chromeos/display/output_protection_delegate.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/chromeos/display/output_protection_delegate.cc
diff --git a/chrome/browser/chromeos/display/output_protection_delegate.cc b/chrome/browser/chromeos/display/output_protection_delegate.cc
index 412960c78a52a00ece4e110c38425ccab70ce034..9afd6ef8cb1de2052990bc9e55480a2445936a52 100644
--- a/chrome/browser/chromeos/display/output_protection_delegate.cc
+++ b/chrome/browser/chromeos/display/output_protection_delegate.cc
@@ -102,7 +102,7 @@ bool OutputProtectionDelegate::InitializeControllerIfNecessary() {
if (!window)
return false;
- if (ash_util::IsRunningInMash())
+ if (IsRunningInMash())
controller_ = base::MakeUnique<OutputProtectionControllerMus>();
else
controller_ = base::MakeUnique<OutputProtectionControllerAsh>();

Powered by Google App Engine
This is Rietveld 408576698