summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/trace.h')
-rw-r--r--net/disk_cache/trace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/disk_cache/trace.h b/net/disk_cache/trace.h
index f1996dd..99a35bd 100644
--- a/net/disk_cache/trace.h
+++ b/net/disk_cache/trace.h
@@ -12,7 +12,7 @@
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
-#include "net/base/net_api.h"
+#include "net/base/net_export.h"
namespace disk_cache {
@@ -34,7 +34,7 @@ class TraceObject : public base::RefCounted<TraceObject> {
};
// Traces to the internal buffer.
-NET_TEST void Trace(const char* format, ...);
+NET_EXPORT_PRIVATE void Trace(const char* format, ...);
} // namespace disk_cache