Index: ash/wm/workspace/workspace_manager_unittest.cc |
diff --git a/ash/wm/workspace/workspace_manager_unittest.cc b/ash/wm/workspace/workspace_manager_unittest.cc |
index 56f857cae1a249f9adc70eecca0abb0fc9183f94..34aceef457cc3cc9f92af0cbbcc8d001c663a73d 100644 |
--- a/ash/wm/workspace/workspace_manager_unittest.cc |
+++ b/ash/wm/workspace/workspace_manager_unittest.cc |
@@ -12,15 +12,15 @@ |
#include "ash/wm/property_util.h" |
#include "ash/wm/shelf_layout_manager.h" |
#include "ash/wm/window_util.h" |
-#include "ash/wm/workspace_controller.h" |
#include "ash/wm/workspace/workspace.h" |
#include "ash/wm/workspace/workspace_layout_manager.h" |
+#include "ash/wm/workspace_controller.h" |
#include "ui/aura/client/aura_constants.h" |
#include "ui/aura/root_window.h" |
#include "ui/aura/test/event_generator.h" |
#include "ui/aura/window.h" |
#include "ui/base/ui_base_types.h" |
-#include "ui/gfx/compositor/layer.h" |
+#include "ui/compositor/layer.h" |
#include "ui/gfx/screen.h" |
using aura::Window; |