Index: ash/system/overview/overview_button_tray.h |
diff --git a/ash/system/overview/overview_button_tray.h b/ash/system/overview/overview_button_tray.h |
index 4df6b00374e647dd88f6335f7c76c73f781c7ae3..8ed128fac7be70ca5c65efe28842d18484af60d5 100644 |
--- a/ash/system/overview/overview_button_tray.h |
+++ b/ash/system/overview/overview_button_tray.h |
@@ -8,7 +8,7 @@ |
#include "ash/ash_export.h" |
#include "ash/common/session/session_state_observer.h" |
#include "ash/common/shell_observer.h" |
-#include "ash/common/system/tray/tray_background_view.h" |
+#include "ash/system/tray/tray_background_view.h" |
#include "base/macros.h" |
namespace views { |
@@ -16,8 +16,6 @@ |
} |
namespace ash { |
- |
-class StatusAreaWidget; |
// Status area tray for showing a toggle for Overview Mode. Overview Mode |
// is equivalent to WindowSelectorController being in selection mode. |