| Index: net/quic/platform/api/quic_clock.h
|
| diff --git a/net/quic/platform/api/quic_clock.h b/net/quic/platform/api/quic_clock.h
|
| index 2931562716a542010dc9afe56bc9431a5bd05c19..e95e0bc8a1bd911d70d7cc58cba7d645cf3bedff 100644
|
| --- a/net/quic/platform/api/quic_clock.h
|
| +++ b/net/quic/platform/api/quic_clock.h
|
| @@ -5,13 +5,13 @@
|
| #ifndef NET_QUIC_PLATFORM_API_QUIC_CLOCK_H_
|
| #define NET_QUIC_PLATFORM_API_QUIC_CLOCK_H_
|
|
|
| -#include "net/base/net_export.h"
|
| #include "net/quic/core/quic_time.h"
|
| +#include "net/quic/platform/api/quic_export.h"
|
|
|
| namespace net {
|
|
|
| // Interface for retreiving the current time.
|
| -class NET_EXPORT_PRIVATE QuicClock {
|
| +class QUIC_EXPORT_PRIVATE QuicClock {
|
| public:
|
| QuicClock();
|
| virtual ~QuicClock();
|
|
|