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

Unified Diff: chrome/browser/chromeos/ui/idle_app_name_notification_view.cc

Issue 2025413002: Moves RootWindowControllerCommon and LayoutManager to common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use_root_window_controller_common
Patch Set: merge 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/ui/idle_app_name_notification_view.cc
diff --git a/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc b/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc
index f4bd9bc88a249851597e803e6f9cfd5a90b08b34..98027fb733fe501c6e5b2c30eed4f32be763217b 100644
--- a/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc
+++ b/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc
@@ -6,9 +6,9 @@
#include <string>
+#include "ash/common/shell_window_ids.h"
#include "ash/shell.h"
#include "ash/shell_delegate.h"
-#include "ash/shell_window_ids.h"
#include "ash/wm/window_animations.h"
#include "base/macros.h"
#include "base/strings/string_util.h"

Powered by Google App Engine
This is Rietveld 408576698