| Index: ui/views/test/views_test_base.cc
|
| diff --git a/ui/views/test/views_test_base.cc b/ui/views/test/views_test_base.cc
|
| index 1e05f503532fdff629a1aa9f1cb7b21a95ecd256..c77529247f5a3319c8ea8bfe40bb11771e5616ca 100644
|
| --- a/ui/views/test/views_test_base.cc
|
| +++ b/ui/views/test/views_test_base.cc
|
| @@ -4,10 +4,6 @@
|
|
|
| #include "ui/views/test/views_test_base.h"
|
|
|
| -#if defined(USE_ASH)
|
| -#include "ui/aura/test/test_screen.h"
|
| -#endif
|
| -
|
| #if defined(USE_AURA)
|
| #include "base/compiler_specific.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| @@ -16,8 +12,10 @@
|
| #include "ui/aura/root_window.h"
|
| #include "ui/aura/test/single_monitor_manager.h"
|
| #include "ui/aura/test/test_activation_client.h"
|
| +#include "ui/aura/test/test_screen.h"
|
| #include "ui/aura/test/test_stacking_client.h"
|
| #include "ui/base/ime/input_method.h"
|
| +#include "ui/gfx/screen.h"
|
|
|
| namespace {
|
|
|
|
|