Index: trunk/src/ash/drag_drop/drag_drop_tracker_unittest.cc |
=================================================================== |
--- trunk/src/ash/drag_drop/drag_drop_tracker_unittest.cc (revision 233812) |
+++ trunk/src/ash/drag_drop/drag_drop_tracker_unittest.cc (working copy) |
@@ -61,7 +61,7 @@ |
#endif |
TEST_F(DragDropTrackerTest, MAYBE_GetTarget) { |
- aura::Window::Windows root_windows = Shell::GetAllRootWindows(); |
+ Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); |
EXPECT_EQ(2U, root_windows.size()); |
scoped_ptr<aura::Window> window0( |
@@ -128,7 +128,7 @@ |
#endif |
TEST_F(DragDropTrackerTest, MAYBE_ConvertEvent) { |
- aura::Window::Windows root_windows = Shell::GetAllRootWindows(); |
+ Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); |
EXPECT_EQ(2U, root_windows.size()); |
scoped_ptr<aura::Window> window0( |