| Index: net/quic/platform/impl/quic_export_impl.h
|
| diff --git a/net/quic/platform/impl/quic_export_impl.h b/net/quic/platform/impl/quic_export_impl.h
|
| index cc25f732594fbaf70ace426a99844af7cd23e977..cbf2ea475ed48ca3c65442446b30bc138dc992f2 100644
|
| --- a/net/quic/platform/impl/quic_export_impl.h
|
| +++ b/net/quic/platform/impl/quic_export_impl.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_QUIC_PLATFORM_IMPL_QUIC_EXPORT_H_
|
| -#define NET_QUIC_PLATFORM_IMPL_QUIC_EXPORT_H_
|
| +#ifndef NET_QUIC_PLATFORM_IMPL_QUIC_EXPORT_IMPL_H_
|
| +#define NET_QUIC_PLATFORM_IMPL_QUIC_EXPORT_IMPL_H_
|
|
|
| #include "net/base/net_export.h"
|
|
|
| #define QUIC_EXPORT NET_EXPORT
|
| #define QUIC_EXPORT_PRIVATE NET_EXPORT_PRIVATE
|
|
|
| -#endif // NET_QUIC_PLATFORM_IMPL_QUIC_EXPORT_H_
|
| +#endif // NET_QUIC_PLATFORM_IMPL_QUIC_EXPORT_IMPL_H_
|
|
|