diff options
Diffstat (limited to 'net/http/http_mac_signature.h')
-rw-r--r-- | net/http/http_mac_signature.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/http_mac_signature.h b/net/http/http_mac_signature.h index 7a1e971..5835656 100644 --- a/net/http/http_mac_signature.h +++ b/net/http/http_mac_signature.h @@ -12,7 +12,7 @@ #include "base/gtest_prod_util.h" #include "base/time.h" #include "crypto/hmac.h" -#include "net/base/net_api.h" +#include "net/base/net_export.h" namespace net { @@ -22,7 +22,7 @@ namespace net { // // http://tools.ietf.org/html/draft-hammer-oauth-v2-mac-token // -class NET_TEST HttpMacSignature { +class NET_EXPORT_PRIVATE HttpMacSignature { public: HttpMacSignature(); ~HttpMacSignature(); |