| Index: media/cast/test/skewed_single_thread_task_runner.h
|
| diff --git a/media/cast/test/skewed_single_thread_task_runner.h b/media/cast/test/skewed_single_thread_task_runner.h
|
| index a8ffa52f3265d74a9582f9b22c6ee36a80df2981..8d86f24e4c10b85472446ee4dc7894e4685502cc 100644
|
| --- a/media/cast/test/skewed_single_thread_task_runner.h
|
| +++ b/media/cast/test/skewed_single_thread_task_runner.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MEDIA_CAST_TEST_SKEWED_TASK_RUNNER_H_
|
| -#define MEDIA_CAST_TEST_SKEWED_TASK_RUNNER_H_
|
| +#ifndef MEDIA_CAST_TEST_SKEWED_SINGLE_THREAD_TASK_RUNNER_H_
|
| +#define MEDIA_CAST_TEST_SKEWED_SINGLE_THREAD_TASK_RUNNER_H_
|
|
|
| #include <map>
|
|
|
| @@ -54,4 +54,4 @@ class SkewedSingleThreadTaskRunner : public base::SingleThreadTaskRunner {
|
| } // namespace cast
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAST_TEST_SKEWED_TASK_RUNNER_H_
|
| +#endif // MEDIA_CAST_TEST_SKEWED_SINGLE_THREAD_TASK_RUNNER_H_
|
|
|