| Index: remoting/base/running_average.h
|
| diff --git a/remoting/base/running_average.h b/remoting/base/running_average.h
|
| index 2ed21150b55f1985634057905ba8b5d786d01fcb..e41234e5957cbb2265e3e6d45d6f62c08b254dbf 100644
|
| --- a/remoting/base/running_average.h
|
| +++ b/remoting/base/running_average.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef REMOTING_BASE_RUNNING_AVERAGE_H_
|
| #define REMOTING_BASE_RUNNING_AVERAGE_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <deque>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/threading/thread_checker.h"
|
|
|
| namespace remoting {
|
|
|