| 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 e0570047dbe390ca3907c9d2d66e3934439c3d3c..412960c78a52a00ece4e110c38425ccab70ce034 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 (chrome::IsRunningInMash())
|
| + if (ash_util::IsRunningInMash())
|
| controller_ = base::MakeUnique<OutputProtectionControllerMus>();
|
| else
|
| controller_ = base::MakeUnique<OutputProtectionControllerAsh>();
|
|
|