Chromium Code Reviews

Unified Diff: ash/wm/window_state_aura.cc

Issue 2736573002: chromeos: Move files in //ash/common to //ash, part 2 (Closed)
Patch Set: Created 3 years, 10 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/wm/window_state.cc ('k') | ash/wm/window_state_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_state_aura.cc
diff --git a/ash/wm/window_state_aura.cc b/ash/wm/window_state_aura.cc
index c2ae3d6ab89ce88a69f43c21eab42a97ded17793..3a38c786a938616cb88af09133adcf9b2c82e614 100644
--- a/ash/wm/window_state_aura.cc
+++ b/ash/wm/window_state_aura.cc
@@ -4,10 +4,10 @@
#include "ash/wm/window_state_aura.h"
-#include "ash/common/wm/window_state.h"
-#include "ash/common/wm_window.h"
#include "ash/wm/window_properties.h"
+#include "ash/wm/window_state.h"
#include "ash/wm/window_util.h"
+#include "ash/wm_window.h"
#include "ui/aura/window.h"
namespace ash {
« no previous file with comments | « ash/wm/window_state.cc ('k') | ash/wm/window_state_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine