Chromium Code Reviews| Index: net/filter/gzip_header.h |
| diff --git a/net/filter/gzip_header.h b/net/filter/gzip_header.h |
| index 91d695522edd19058d2cc0720ca16053d4a60aa1..e9ecd0406c5b374f9b257452a6e6fbf41a423c89 100644 |
| --- a/net/filter/gzip_header.h |
| +++ b/net/filter/gzip_header.h |
| @@ -18,10 +18,11 @@ |
| #include <stdint.h> |
| #include "base/macros.h" |
| +#include "net/base/net_export.h" |
| namespace net { |
| -class GZipHeader { |
| +class NET_EXPORT GZipHeader { |
| public: |
| enum Status { |
| INCOMPLETE_HEADER, // don't have all the bits yet... |