| Index: ash/wm/ash_focus_rules.cc
|
| diff --git a/ash/wm/ash_focus_rules.cc b/ash/wm/ash_focus_rules.cc
|
| index 26adb0b801031a1d5305d24bcee4a8fe86a8537f..2d4616a63ce32c8b02df0d45688053828467e76d 100644
|
| --- a/ash/wm/ash_focus_rules.cc
|
| +++ b/ash/wm/ash_focus_rules.cc
|
| @@ -4,14 +4,14 @@
|
|
|
| #include "ash/wm/ash_focus_rules.h"
|
|
|
| -#include "ash/common/wm/container_finder.h"
|
| -#include "ash/common/wm/focus_rules.h"
|
| -#include "ash/common/wm/mru_window_tracker.h"
|
| -#include "ash/common/wm/window_state.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/shell.h"
|
| +#include "ash/wm/container_finder.h"
|
| +#include "ash/wm/focus_rules.h"
|
| +#include "ash/wm/mru_window_tracker.h"
|
| +#include "ash/wm/window_state.h"
|
| #include "ash/wm/window_state_aura.h"
|
| #include "ui/aura/window.h"
|
|
|
|
|