| Index: net/quic/core/quic_flags.h
|
| diff --git a/net/quic/core/quic_flags.h b/net/quic/core/quic_flags.h
|
| index ee0e971bcadd1477406729312ed36a4846bd710b..9d1aa6d375a2e2c5ec8e3f4f69b403da10ee9090 100644
|
| --- a/net/quic/core/quic_flags.h
|
| +++ b/net/quic/core/quic_flags.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include <stdint.h>
|
|
|
| -#include "net/base/net_export.h"
|
| +#include "net/quic/platform/api/quic_export.h"
|
|
|
| -#define QUIC_FLAG(type, flag, value) NET_EXPORT_PRIVATE extern type flag;
|
| +#define QUIC_FLAG(type, flag, value) QUIC_EXPORT_PRIVATE extern type flag;
|
| #include "net/quic/core/quic_flags_list.h"
|
| #undef QUIC_FLAG
|
|
|
|
|