| Index: net/tools/quic/quic_simple_server.h
|
| diff --git a/net/tools/quic/quic_simple_server.h b/net/tools/quic/quic_simple_server.h
|
| index ecca64af0ce5e778d8835d9b36516b0d5f9e5b5a..f97b9b653fff95a2a84bbf1c156ede7cfc77173e 100644
|
| --- a/net/tools/quic/quic_simple_server.h
|
| +++ b/net/tools/quic/quic_simple_server.h
|
| @@ -5,8 +5,8 @@
|
| // A toy server, which listens on a specified address for QUIC traffic and
|
| // handles incoming responses.
|
|
|
| -#ifndef NET_QUIC_TOOLS_QUIC_SIMPLE_SERVER_H_
|
| -#define NET_QUIC_TOOLS_QUIC_SIMPLE_SERVER_H_
|
| +#ifndef NET_TOOLS_QUIC_QUIC_SIMPLE_SERVER_H_
|
| +#define NET_TOOLS_QUIC_QUIC_SIMPLE_SERVER_H_
|
|
|
| #include <memory>
|
|
|
| @@ -123,4 +123,4 @@ class QuicSimpleServer {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_TOOLS_QUIC_SIMPLE_SERVER_H_
|
| +#endif // NET_TOOLS_QUIC_QUIC_SIMPLE_SERVER_H_
|
|
|