| Index: base/test/sequenced_task_runner_test_template.h
|
| diff --git a/base/test/sequenced_task_runner_test_template.h b/base/test/sequenced_task_runner_test_template.h
|
| index c208d3c9f88b041c7dcc948d53b3a10e9e9c2926..48f5354d9b594aa8ab50170162884c00f0fc22b5 100644
|
| --- a/base/test/sequenced_task_runner_test_template.h
|
| +++ b/base/test/sequenced_task_runner_test_template.h
|
| @@ -6,8 +6,8 @@
|
| // pass in order to be conformant. See task_runner_test_template.h for a
|
| // description of how to use the constructs in this file; these work the same.
|
|
|
| -#ifndef BASE_TEST_SEQUENCED_TASK_RUNNER_TEST_TEMPLATE_H_
|
| -#define BASE_TEST_SEQUENCED_TASK_RUNNER_TEST_TEMPLATE_H_
|
| +#ifndef BASE_SEQUENCED_TASK_RUNNER_TEST_TEMPLATE_H_
|
| +#define BASE_SEQUENCED_TASK_RUNNER_TEST_TEMPLATE_H_
|
|
|
| #include <cstddef>
|
| #include <iosfwd>
|
| @@ -338,4 +338,4 @@
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_TEST_SEQUENCED_TASK_RUNNER_TEST_TEMPLATE_H_
|
| +#endif // BASE_TASK_RUNNER_TEST_TEMPLATE_H_
|
|
|