| Index: net/quic/core/quic_client_push_promise_index.h
|
| diff --git a/net/quic/core/quic_client_push_promise_index.h b/net/quic/core/quic_client_push_promise_index.h
|
| index 2049aac843da88d6e72d02ed563ddddb189b86bf..362b048ac51b154045a90f911f14e9e0f2c87f72 100644
|
| --- a/net/quic/core/quic_client_push_promise_index.h
|
| +++ b/net/quic/core/quic_client_push_promise_index.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_PUSH_PROMISE_INDEX_H_
|
| -#define NET_QUIC_QUIC_CLIENT_PUSH_PROMISE_INDEX_H_
|
| +#ifndef NET_QUIC_CORE_QUIC_CLIENT_PUSH_PROMISE_INDEX_H_
|
| +#define NET_QUIC_CORE_QUIC_CLIENT_PUSH_PROMISE_INDEX_H_
|
|
|
| #include <string>
|
|
|
| @@ -96,4 +96,4 @@ class NET_EXPORT_PRIVATE QuicClientPushPromiseIndex {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_CLIENT_PUSH_PROMISE_INDEX_H_
|
| +#endif // NET_QUIC_CORE_QUIC_CLIENT_PUSH_PROMISE_INDEX_H_
|
|
|