| Index: ash/shell/window_type_launcher.cc
|
| diff --git a/ash/shell/window_type_launcher.cc b/ash/shell/window_type_launcher.cc
|
| index 5f5b048d4ee42d75d754ca9150ace29020f7dcb6..b76d1a8341169e9ab701b42fc2136ffabcc84fe7 100644
|
| --- a/ash/shell/window_type_launcher.cc
|
| +++ b/ash/shell/window_type_launcher.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include <utility>
|
|
|
| +#include "ash/common/shell_window_ids.h"
|
| #include "ash/content/shell_content_state.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/session/session_state_delegate.h"
|
| @@ -15,7 +16,6 @@
|
| #include "ash/shell/panel_window.h"
|
| #include "ash/shell/toplevel_window.h"
|
| #include "ash/shell_delegate.h"
|
| -#include "ash/shell_window_ids.h"
|
| #include "ash/system/status_area_widget.h"
|
| #include "ash/system/web_notification/web_notification_tray.h"
|
| #include "ash/test/child_modal_window.h"
|
|
|