| Index: ash/dip_unittest.cc
|
| diff --git a/ash/dip_unittest.cc b/ash/dip_unittest.cc
|
| index 16335b304b5e227b5e72f2afb2bb94b567f36990..e900fdeb86702aca5455d43538df84a784673b84 100644
|
| --- a/ash/dip_unittest.cc
|
| +++ b/ash/dip_unittest.cc
|
| @@ -17,7 +17,6 @@
|
| #include "ui/aura/client/activation_client.h"
|
| #include "ui/aura/root_window.h"
|
| #include "ui/aura/window.h"
|
| -#include "ui/compositor/dip_util.h"
|
| #include "ui/compositor/layer.h"
|
| #include "ui/gfx/insets.h"
|
| #include "ui/gfx/monitor.h"
|
| @@ -37,7 +36,6 @@ typedef ash::test::AshTestBase DIPTest;
|
|
|
| // Test if the WM sets correct work area under different density.
|
| TEST_F(DIPTest, MAYBE_WorkArea) {
|
| - ui::test::ScopedDIPEnablerForTest enable;
|
| ChangeMonitorConfig(1.0f, gfx::Rect(0, 0, 1000, 900));
|
|
|
| aura::RootWindow* root = Shell::GetRootWindow();
|
|
|