Chromium Code Reviews| Index: base/timer/timer.cc |
| diff --git a/base/timer/timer.cc b/base/timer/timer.cc |
| index ff1c0873acb4c4799103dfcd27fba084e4047613..aafc01e1304f4ec238309e4f7df805ea6760ac20 100644 |
| --- a/base/timer/timer.cc |
| +++ b/base/timer/timer.cc |
| @@ -4,7 +4,10 @@ |
| #include "base/timer/timer.h" |
| +#include <stddef.h> |
| + |
| #include "base/logging.h" |
| +#include "base/memory/ref_counted.h" |
| #include "base/single_thread_task_runner.h" |
| #include "base/thread_task_runner_handle.h" |
| #include "base/threading/platform_thread.h" |