Chromium Code Reviews

Unified Diff: ash/common/focus_cycler.cc

Issue 2734683002: chromeos: Move files in //ash/common to //ash, part 2 (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « ash/common/drag_drop/drag_image_view_unittest.cc ('k') | ash/common/frame/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/focus_cycler.cc
diff --git a/ash/common/focus_cycler.cc b/ash/common/focus_cycler.cc
index 5ef50d4f8f6822e794a11110582a610e5bc41142..47ef19b8f46fd2e100b971670cf65d31b644e6cd 100644
--- a/ash/common/focus_cycler.cc
+++ b/ash/common/focus_cycler.cc
@@ -4,10 +4,10 @@
#include "ash/common/focus_cycler.h"
-#include "ash/common/wm/mru_window_tracker.h"
-#include "ash/common/wm/window_state.h"
#include "ash/common/wm_shell.h"
#include "ash/common/wm_window.h"
+#include "ash/wm/mru_window_tracker.h"
+#include "ash/wm/window_state.h"
#include "ui/views/accessible_pane_view.h"
#include "ui/views/focus/focus_search.h"
#include "ui/views/widget/widget.h"
« no previous file with comments | « ash/common/drag_drop/drag_image_view_unittest.cc ('k') | ash/common/frame/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine