| Index: ash/shelf/shelf_window_watcher.h
|
| diff --git a/ash/shelf/shelf_window_watcher.h b/ash/shelf/shelf_window_watcher.h
|
| index c9ffcbf7db9ec2136d7dff3039027f14b9e23e1f..fce59e152c39abdc976efc6791d3c5ad51c87b4c 100644
|
| --- a/ash/shelf/shelf_window_watcher.h
|
| +++ b/ash/shelf/shelf_window_watcher.h
|
| @@ -5,9 +5,11 @@
|
| #ifndef ASH_SHELF_SHELF_WINDOW_WATCHER_H_
|
| #define ASH_SHELF_SHELF_WINDOW_WATCHER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "ash/shelf/scoped_observer_with_duplicated_sources.h"
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/scoped_observer.h"
|
| #include "ui/aura/window_observer.h"
|
|
|