summaryrefslogtreecommitdiffstats
path: root/net/http/http_vary_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_vary_data.h')
-rw-r--r--net/http/http_vary_data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/http_vary_data.h b/net/http/http_vary_data.h
index 5bc2c70..baa4d88 100644
--- a/net/http/http_vary_data.h
+++ b/net/http/http_vary_data.h
@@ -7,7 +7,7 @@
#pragma once
#include "base/md5.h"
-#include "net/base/net_api.h"
+#include "net/base/net_export.h"
class Pickle;
@@ -28,7 +28,7 @@ class HttpResponseHeaders;
// Instead, it relies on the consumer to store that and to supply it again to
// the MatchesRequest function for comparing against future HTTP requests.
//
-class NET_TEST HttpVaryData {
+class NET_EXPORT_PRIVATE HttpVaryData {
public:
HttpVaryData();