| Index: ui/aura/test/test_windows.cc
|
| ===================================================================
|
| --- ui/aura/test/test_windows.cc (revision 114849)
|
| +++ ui/aura/test/test_windows.cc (working copy)
|
| @@ -33,14 +33,14 @@
|
| Window* parent) {
|
| return CreateTestWindowWithDelegateAndType(
|
| delegate,
|
| - aura::WINDOW_TYPE_NORMAL,
|
| + aura::client::WINDOW_TYPE_NORMAL,
|
| id,
|
| bounds,
|
| parent);
|
| }
|
|
|
| Window* CreateTestWindowWithDelegateAndType(WindowDelegate* delegate,
|
| - WindowType type,
|
| + client::WindowType type,
|
| int id,
|
| const gfx::Rect& bounds,
|
| Window* parent) {
|
|
|