| Index: ash/drag_drop/drag_drop_tracker_unittest.cc
|
| diff --git a/ash/drag_drop/drag_drop_tracker_unittest.cc b/ash/drag_drop/drag_drop_tracker_unittest.cc
|
| index 1c485b3d5ee2f0c35bf1cb9aeda3d9ec037e9a59..ec2bc153cebb6e3d9c84291018584a1e9bbd473b 100644
|
| --- a/ash/drag_drop/drag_drop_tracker_unittest.cc
|
| +++ b/ash/drag_drop/drag_drop_tracker_unittest.cc
|
| @@ -61,7 +61,7 @@ class DragDropTrackerTest : public test::AshTestBase {
|
| #endif
|
|
|
| TEST_F(DragDropTrackerTest, MAYBE_GetTarget) {
|
| - Shell::RootWindowList root_windows = Shell::GetAllRootWindows();
|
| + aura::Window::Windows root_windows = Shell::GetAllRootWindows();
|
| EXPECT_EQ(2U, root_windows.size());
|
|
|
| scoped_ptr<aura::Window> window0(
|
| @@ -128,7 +128,7 @@ TEST_F(DragDropTrackerTest, MAYBE_GetTarget) {
|
| #endif
|
|
|
| TEST_F(DragDropTrackerTest, MAYBE_ConvertEvent) {
|
| - Shell::RootWindowList root_windows = Shell::GetAllRootWindows();
|
| + aura::Window::Windows root_windows = Shell::GetAllRootWindows();
|
| EXPECT_EQ(2U, root_windows.size());
|
|
|
| scoped_ptr<aura::Window> window0(
|
|
|