Index: chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc |
diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc |
index 8ee2ea32ebccbf7a3713c6efc63c96a75b3d891c..7bca44356ad5c0ad3250412b5bd4388694220ca5 100644 |
--- a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc |
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc |
@@ -34,7 +34,7 @@ |
#if defined(USE_ASH) |
#include "ash/display/display_controller.h" |
-#include "ash/display/multi_display_manager.h" |
+#include "ash/display/display_manager.h" |
#include "ash/shell.h" |
#include "ash/test/cursor_manager_test_api.h" |
#include "ash/wm/cursor_manager.h" |
@@ -1286,7 +1286,7 @@ void CancelDragTabToWindowInSeparateDisplayStep3( |
ASSERT_EQ(2u, BrowserList::size()); |
// Switching display mode should cancel the drag operation. |
- ash::internal::MultiDisplayManager::CycleDisplay(); |
+ ash::internal::DisplayManager::CycleDisplay(); |
} |
// Invoked from the nested message loop. |