| Index: base/sequenced_task_runner_helpers.h
|
| diff --git a/base/sequenced_task_runner_helpers.h b/base/sequenced_task_runner_helpers.h
|
| index da519bf91896e82eb6afb7af52d2bdc0feaf55ee..7980b46b6ceab1c12d43e735a49ec6d6f1f7ba21 100644
|
| --- a/base/sequenced_task_runner_helpers.h
|
| +++ b/base/sequenced_task_runner_helpers.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef BASE_SEQUENCED_TASK_RUNNER_HELPERS_H_
|
| #define BASE_SEQUENCED_TASK_RUNNER_HELPERS_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/debug/alias.h"
|
| +#include "base/macros.h"
|
|
|
| // TODO(akalin): Investigate whether it's possible to just have
|
| // SequencedTaskRunner use these helpers (instead of MessageLoop).
|
|
|