| Index: net/quic/chromium/quic_connection_logger.h
|
| diff --git a/net/quic/chromium/quic_connection_logger.h b/net/quic/chromium/quic_connection_logger.h
|
| index 9a24a00630d84e2590c0ea6b6fc0ec718d6d60bb..8d71147d53014cba56cf0047e785955050ddc6cf 100644
|
| --- a/net/quic/chromium/quic_connection_logger.h
|
| +++ b/net/quic/chromium/quic_connection_logger.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_QUIC_CONNECTION_LOGGER_H_
|
| -#define NET_QUIC_QUIC_CONNECTION_LOGGER_H_
|
| +#ifndef NET_QUIC_CHROMIUM_QUIC_CONNECTION_LOGGER_H_
|
| +#define NET_QUIC_CHROMIUM_QUIC_CONNECTION_LOGGER_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -161,4 +161,4 @@ class NET_EXPORT_PRIVATE QuicConnectionLogger
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_CONNECTION_LOGGER_H_
|
| +#endif // NET_QUIC_CHROMIUM_QUIC_CONNECTION_LOGGER_H_
|
|
|