Index: net/disk_cache/disk_format.h |
=================================================================== |
--- net/disk_cache/disk_format.h (revision 95949) |
+++ net/disk_cache/disk_format.h (working copy) |
@@ -57,7 +57,7 @@ |
#pragma once |
#include "base/basictypes.h" |
-#include "net/base/net_api.h" |
+#include "net/base/net_export.h" |
namespace disk_cache { |
@@ -80,7 +80,7 @@ |
}; |
// Header for the master index file. |
-struct NET_TEST IndexHeader { |
+struct NET_EXPORT_PRIVATE IndexHeader { |
IndexHeader(); |
uint32 magic; |
@@ -174,7 +174,7 @@ |
// where did we find the last entry of that type (to avoid searching the bitmap |
// from the beginning every time). |
// This Structure is the header of a block-file: |
-struct NET_TEST BlockFileHeader { |
+struct NET_EXPORT_PRIVATE BlockFileHeader { |
BlockFileHeader(); |
uint32 magic; |