| 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 48f5354d9b594aa8ab50170162884c00f0fc22b5..c208d3c9f88b041c7dcc948d53b3a10e9e9c2926 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_SEQUENCED_TASK_RUNNER_TEST_TEMPLATE_H_
|
| -#define BASE_SEQUENCED_TASK_RUNNER_TEST_TEMPLATE_H_
|
| +#ifndef BASE_TEST_SEQUENCED_TASK_RUNNER_TEST_TEMPLATE_H_
|
| +#define BASE_TEST_SEQUENCED_TASK_RUNNER_TEST_TEMPLATE_H_
|
|
|
| #include <cstddef>
|
| #include <iosfwd>
|
| @@ -338,4 +338,4 @@ REGISTER_TYPED_TEST_CASE_P(SequencedTaskRunnerTest,
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_TASK_RUNNER_TEST_TEMPLATE_H_
|
| +#endif // BASE_TEST_SEQUENCED_TASK_RUNNER_TEST_TEMPLATE_H_
|
|
|