diff options
Diffstat (limited to 'ui/aura/test/test_windows.h')
-rw-r--r-- | ui/aura/test/test_windows.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/aura/test/test_windows.h b/ui/aura/test/test_windows.h index 23b6456..1781104 100644 --- a/ui/aura/test/test_windows.h +++ b/ui/aura/test/test_windows.h @@ -8,9 +8,9 @@ #include "base/compiler_specific.h" #include "third_party/skia/include/core/SkColor.h" +#include "ui/aura/client/window_types.h" #include "ui/aura/test/test_window_delegate.h" #include "ui/aura/test/aura_test_base.h" -#include "ui/aura/window_types.h" namespace aura { namespace test { @@ -26,7 +26,7 @@ Window* CreateTestWindowWithDelegate(WindowDelegate* delegate, const gfx::Rect& bounds, Window* parent); Window* CreateTestWindowWithDelegateAndType(WindowDelegate* delegate, - WindowType type, + client::WindowType type, int id, const gfx::Rect& bounds, Window* parent); |