Index: ash/shelf/shelf_widget.cc |
diff --git a/ash/shelf/shelf_widget.cc b/ash/shelf/shelf_widget.cc |
index 44834c37ec7a274d92ef87393c81af9f204b6aba..d2bb0f3385dacefde3abd78b011b75c20ea91a1e 100644 |
--- a/ash/shelf/shelf_widget.cc |
+++ b/ash/shelf/shelf_widget.cc |
@@ -12,6 +12,7 @@ |
#include "ash/common/session/session_state_delegate.h" |
#include "ash/common/shelf/shelf_constants.h" |
#include "ash/common/shelf/shelf_model.h" |
+#include "ash/common/shelf/shelf_navigator.h" |
msw
2016/07/20 21:55:30
nit: not needed?
James Cook
2016/07/20 21:58:37
Good catch. Done.
|
#include "ash/common/shelf/wm_shelf_util.h" |
#include "ash/common/shell_window_ids.h" |
#include "ash/common/system/tray/system_tray_delegate.h" |
@@ -19,7 +20,6 @@ |
#include "ash/common/wm_shell.h" |
#include "ash/shelf/shelf_delegate.h" |
#include "ash/shelf/shelf_layout_manager.h" |
-#include "ash/shelf/shelf_navigator.h" |
#include "ash/shelf/shelf_util.h" |
#include "ash/shelf/shelf_view.h" |
#include "ash/shell.h" |