| 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>();
|
|
|