| Index: net/quic/quartc/quartc_task_runner_interface.h
|
| diff --git a/net/quic/quartc/quartc_task_runner_interface.h b/net/quic/quartc/quartc_task_runner_interface.h
|
| index 00917b74b41c87a69e9c4b3a7d76b443684229f3..da9cd0b327321e6de2cf39790d085b45eadd9cd3 100644
|
| --- a/net/quic/quartc/quartc_task_runner_interface.h
|
| +++ b/net/quic/quartc/quartc_task_runner_interface.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 NET_QUIC_QUARTC_QUARTC_TASKRUNNER_INTERFACE_H_
|
| -#define NET_QUIC_QUARTC_QUARTC_TASKRUNNER_INTERFACE_H_
|
| +#ifndef NET_QUIC_QUARTC_QUARTC_TASK_RUNNER_INTERFACE_H_
|
| +#define NET_QUIC_QUARTC_QUARTC_TASK_RUNNER_INTERFACE_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -48,4 +48,4 @@ class QuartcTaskRunnerInterface {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUARTC_QUARTC_TASKRUNNER_INTERFACE_H_
|
| +#endif // NET_QUIC_QUARTC_QUARTC_TASK_RUNNER_INTERFACE_H_
|
|
|