summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/bitmap.h')
-rw-r--r--net/disk_cache/bitmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/disk_cache/bitmap.h b/net/disk_cache/bitmap.h
index 23e392f..0ac204b 100644
--- a/net/disk_cache/bitmap.h
+++ b/net/disk_cache/bitmap.h
@@ -7,12 +7,12 @@
#pragma once
#include "base/basictypes.h"
-#include "net/base/net_api.h"
+#include "net/base/net_export.h"
namespace disk_cache {
// This class provides support for simple maps of bits.
-class NET_TEST Bitmap {
+class NET_EXPORT_PRIVATE Bitmap {
public:
Bitmap() : map_(NULL), num_bits_(0), array_size_(0), alloc_(false) {}