| Index: media/base/user_input_monitor.h
|
| diff --git a/media/base/user_input_monitor.h b/media/base/user_input_monitor.h
|
| index 574d695d32b9b643ab369fed894d6c0adf6ed712..0b06c7e64baf2248ee9c11e0e5368f9022e4dba8 100644
|
| --- a/media/base/user_input_monitor.h
|
| +++ b/media/base/user_input_monitor.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef MEDIA_BASE_USER_INPUT_MONITOR_H_
|
| #define MEDIA_BASE_USER_INPUT_MONITOR_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|