| Index: net/http/http_response_headers.h
|
| ===================================================================
|
| --- net/http/http_response_headers.h (revision 95949)
|
| +++ net/http/http_response_headers.h (working copy)
|
| @@ -12,7 +12,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/hash_tables.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "net/base/net_api.h"
|
| +#include "net/base/net_export.h"
|
| #include "net/http/http_version.h"
|
|
|
| class Pickle;
|
| @@ -25,7 +25,7 @@
|
| namespace net {
|
|
|
| // HttpResponseHeaders: parses and holds HTTP response headers.
|
| -class NET_API HttpResponseHeaders
|
| +class NET_EXPORT HttpResponseHeaders
|
| : public base::RefCountedThreadSafe<HttpResponseHeaders> {
|
| public:
|
| // Persist options.
|
|
|