| Index: chrome/browser/policy/policy_browsertest.cc
|
| diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
|
| index 8ca9e57c491e871322a500347272cb7f5f0efe55..b400c4abd546019cc83db84617457678c602fb75 100644
|
| --- a/chrome/browser/policy/policy_browsertest.cc
|
| +++ b/chrome/browser/policy/policy_browsertest.cc
|
| @@ -12,7 +12,6 @@
|
| #include <vector>
|
|
|
| #include "ash/accelerators/accelerator_controller_delegate_aura.h"
|
| -#include "ash/display/display_manager.h"
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/callback.h"
|
| @@ -188,6 +187,7 @@
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/page_transition_types.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| +#include "ui/display/manager/display_manager.h"
|
| #include "url/gurl.h"
|
| #include "url/origin.h"
|
|
|
| @@ -4144,7 +4144,7 @@ IN_PROC_BROWSER_TEST_F(HardwareAccelerationModePolicyTest,
|
| // Policy is only available in ChromeOS
|
| IN_PROC_BROWSER_TEST_F(PolicyTest, UnifiedDesktopEnabledByDefault) {
|
| // Verify that Unified Desktop can be enabled by policy
|
| - ash::DisplayManager *display_manager =
|
| + display::DisplayManager* display_manager =
|
| ash::Shell::GetInstance()->display_manager();
|
|
|
| // The policy description promises that Unified Desktop is not available
|
|
|