Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(571)

Unified Diff: chrome/browser/chromeos/login/lock/screen_locker.cc

Issue 2030593002: Renames ash/wm/common into ash/common/wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/login/lock/screen_locker.cc
diff --git a/chrome/browser/chromeos/login/lock/screen_locker.cc b/chrome/browser/chromeos/login/lock/screen_locker.cc
index 866c04530c4a2b246ad914dfbca5317223a419af..def73a8572c00599358506f60ebb35a467e49d9d 100644
--- a/chrome/browser/chromeos/login/lock/screen_locker.cc
+++ b/chrome/browser/chromeos/login/lock/screen_locker.cc
@@ -9,10 +9,10 @@
#include "ash/ash_switches.h"
#include "ash/audio/sounds.h"
+#include "ash/common/wm/window_state.h"
+#include "ash/common/wm/wm_event.h"
#include "ash/desktop_background/desktop_background_controller.h"
#include "ash/shell.h"
-#include "ash/wm/common/window_state.h"
-#include "ash/wm/common/wm_event.h"
#include "ash/wm/lock_state_controller.h"
#include "ash/wm/window_state_aura.h"
#include "ash/wm/window_util.h"

Powered by Google App Engine
This is Rietveld 408576698