| Index: remoting/host/resizing_host_observer.h
|
| diff --git a/remoting/host/resizing_host_observer.h b/remoting/host/resizing_host_observer.h
|
| index 933347a81691439d5d1b6d72fb5d3cf31dd9f26c..e2711817bb9c5d73ab033cdb65c7bb2a3faa2200 100644
|
| --- a/remoting/host/resizing_host_observer.h
|
| +++ b/remoting/host/resizing_host_observer.h
|
| @@ -5,9 +5,11 @@
|
| #ifndef REMOTING_HOST_RESIZING_HOST_OBSERVER_H_
|
| #define REMOTING_HOST_RESIZING_HOST_OBSERVER_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| #include "base/callback.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/time/time.h"
|
|
|