| Index: ash/shell/window_watcher.h
|
| diff --git a/ash/shell/window_watcher.h b/ash/shell/window_watcher.h
|
| index 001914d56f40d50dafe1eb8714cb65e05217cbfc..cb28f94e4a197e44c04b01ee30c86888651caf0c 100644
|
| --- a/ash/shell/window_watcher.h
|
| +++ b/ash/shell/window_watcher.h
|
| @@ -5,11 +5,14 @@
|
| #ifndef ASH_SHELL_WINDOW_WATCHER_H_
|
| #define ASH_SHELL_WINDOW_WATCHER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
|
|
| #include "ash/shelf/shelf_item_types.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "ui/aura/window_observer.h"
|
| #include "ui/gfx/display_observer.h"
|
|
|