Index: ash/wm/workspace/workspace_event_filter_unittest.cc |
diff --git a/ash/wm/workspace/workspace_event_filter_unittest.cc b/ash/wm/workspace/workspace_event_filter_unittest.cc |
index 65c69b49fc2ea854977f7e13b55ff8c476b80f7d..00c2b44339a3149d56648422bee1f3c2d38f9f6e 100644 |
--- a/ash/wm/workspace/workspace_event_filter_unittest.cc |
+++ b/ash/wm/workspace/workspace_event_filter_unittest.cc |
@@ -7,8 +7,8 @@ |
#include "ash/shell.h" |
#include "ash/test/ash_test_base.h" |
#include "ash/wm/window_util.h" |
-#include "ash/wm/workspace_controller.h" |
#include "ash/wm/workspace/workspace_manager.h" |
+#include "ash/wm/workspace_controller.h" |
#include "ui/aura/test/event_generator.h" |
#include "ui/aura/test/test_window_delegate.h" |
#include "ui/aura/window.h" |
@@ -52,7 +52,7 @@ TEST_F(WorkspaceEventFilterTest, DoubleClickSingleAxisResizeEdge) { |
scoped_ptr<aura::Window> window(CreateTestWindow(&wd, restored_bounds)); |
gfx::Rect work_area = |
- gfx::Screen::GetMonitorNearestWindow(window.get()).work_area(); |
+ gfx::Screen::GetDisplayNearestWindow(window.get()).work_area(); |
aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), |
window.get()); |