Chromium Code Reviews| Index: ash/common/wm_window.h |
| diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h |
| index 3711ec655f2932baa27d3b138f348909034ded54..acf434c8e0bb7f313a9e394639250fb63768495a 100644 |
| --- a/ash/common/wm_window.h |
| +++ b/ash/common/wm_window.h |
| @@ -9,10 +9,12 @@ |
| #include <vector> |
| #include "ash/ash_export.h" |
| +#include "ash/public/cpp/window_properties.h" |
|
sky
2017/04/03 16:38:56
Move includes to .cc? Also, do you really need bot
Peng
2017/04/03 18:03:48
Done.
|
| #include "base/macros.h" |
| #include "base/observer_list.h" |
| #include "base/strings/string16.h" |
| #include "base/time/time.h" |
| +#include "ui/aura/client/aura_constants.h" |
| #include "ui/aura/window_observer.h" |
| #include "ui/base/ui_base_types.h" |
| #include "ui/compositor/layer_animation_element.h" |