Index: ui/aura/test/test_windows.cc |
diff --git a/ui/aura/test/test_windows.cc b/ui/aura/test/test_windows.cc |
index 8f1c21d3b3d39f2b4dda9495df555b56499e10ac..48ee5752cc65e06b5da2c06a3b89602ce9cc299b 100644 |
--- a/ui/aura/test/test_windows.cc |
+++ b/ui/aura/test/test_windows.cc |
@@ -34,15 +34,11 @@ Window* CreateTestWindowWithDelegate(WindowDelegate* delegate, |
const gfx::Rect& bounds, |
Window* parent) { |
return CreateTestWindowWithDelegateAndType( |
- delegate, |
- aura::client::WINDOW_TYPE_NORMAL, |
- id, |
- bounds, |
- parent); |
+ delegate, ui::wm::WINDOW_TYPE_NORMAL, id, bounds, parent); |
} |
Window* CreateTestWindowWithDelegateAndType(WindowDelegate* delegate, |
- client::WindowType type, |
+ ui::wm::WindowType type, |
int id, |
const gfx::Rect& bounds, |
Window* parent) { |