| Index: ash/mus/window_manager.cc | 
| diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc | 
| index 1fea19a85fdff0ea91ef612768a01a8be5ba7118..bcf577263f5dceae73476f445cf9f2d183c615f8 100644 | 
| --- a/ash/mus/window_manager.cc | 
| +++ b/ash/mus/window_manager.cc | 
| @@ -26,12 +26,12 @@ | 
| #include "ash/mus/top_level_window_factory.h" | 
| #include "ash/mus/window_properties.h" | 
| #include "ash/public/cpp/shell_window_ids.h" | 
| -#include "ash/public/cpp/window_properties.h" | 
| #include "ash/root_window_controller.h" | 
| #include "ash/root_window_settings.h" | 
| #include "ash/shell.h" | 
| #include "ash/shell_init_params.h" | 
| #include "ash/wm/ash_focus_rules.h" | 
| +#include "ash/wm/window_properties.h" | 
| #include "base/memory/ptr_util.h" | 
| #include "services/service_manager/public/cpp/connector.h" | 
| #include "services/ui/common/accelerator_util.h" | 
|  |