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

Unified Diff: chrome/browser/notifications/login_state_notification_blocker_chromeos.cc

Issue 2729363002: chromeos: Move files in //ash/common to //ash, part 3 (Closed)
Patch Set: Created 3 years, 9 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/notifications/login_state_notification_blocker_chromeos.cc
diff --git a/chrome/browser/notifications/login_state_notification_blocker_chromeos.cc b/chrome/browser/notifications/login_state_notification_blocker_chromeos.cc
index 86de30c9c2897085b9507ef3baca8ca68b588042..f4eeb9e736ece7649cc9bfbc96983cc8bffb63ed 100644
--- a/chrome/browser/notifications/login_state_notification_blocker_chromeos.cc
+++ b/chrome/browser/notifications/login_state_notification_blocker_chromeos.cc
@@ -4,10 +4,10 @@
#include "chrome/browser/notifications/login_state_notification_blocker_chromeos.h"
-#include "ash/common/wm_shell.h"
#include "ash/root_window_controller.h"
#include "ash/system/system_notifier.h"
#include "ash/wm/window_properties.h"
+#include "ash/wm_shell.h"
#include "chrome/browser/chrome_notification_types.h"
#include "content/public/browser/notification_service.h"
#include "ui/aura/window.h"

Powered by Google App Engine
This is Rietveld 408576698