| Index: net/quic/core/quic_client_session_base.h
|
| diff --git a/net/quic/core/quic_client_session_base.h b/net/quic/core/quic_client_session_base.h
|
| index 32d1ba860c482749992e033c3f771c72478a317d..cc6c3470e995634c18d9c612e5865a76fa454c64 100644
|
| --- a/net/quic/core/quic_client_session_base.h
|
| +++ b/net/quic/core/quic_client_session_base.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_CLIENT_SESSION_BASE_H_
|
| -#define NET_QUIC_QUIC_CLIENT_SESSION_BASE_H_
|
| +#ifndef NET_QUIC_CORE_QUIC_CLIENT_SESSION_BASE_H_
|
| +#define NET_QUIC_CORE_QUIC_CLIENT_SESSION_BASE_H_
|
|
|
| #include <string>
|
|
|
| @@ -135,4 +135,4 @@ class NET_EXPORT_PRIVATE QuicClientSessionBase
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_CLIENT_SESSION_BASE_H_
|
| +#endif // NET_QUIC_CORE_QUIC_CLIENT_SESSION_BASE_H_
|
|
|