| Index: ash/common/wm/screen_dimmer.cc
|
| diff --git a/ash/common/wm/screen_dimmer.cc b/ash/common/wm/screen_dimmer.cc
|
| index 00e936ae2d2ab10bccb6153bd5ef413b6538c69b..2b697faf7e1ba2560d5f83ed1d7c4bfa6bd3fc07 100644
|
| --- a/ash/common/wm/screen_dimmer.cc
|
| +++ b/ash/common/wm/screen_dimmer.cc
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "ash/common/wm/screen_dimmer.h"
|
|
|
| -#include "ash/common/shell_window_ids.h"
|
| #include "ash/common/wm/container_finder.h"
|
| #include "ash/common/wm/window_dimmer.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| #include "ash/common/wm_window_user_data.h"
|
| +#include "ash/public/cpp/shell_window_ids.h"
|
| #include "base/memory/ptr_util.h"
|
|
|
| namespace ash {
|
|
|