diff options
Diffstat (limited to 'net/disk_cache/file.h')
-rw-r--r-- | net/disk_cache/file.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/disk_cache/file.h b/net/disk_cache/file.h index 86e6920..fcc3ce8 100644 --- a/net/disk_cache/file.h +++ b/net/disk_cache/file.h @@ -10,6 +10,7 @@ #include "base/memory/ref_counted.h" #include "base/platform_file.h" +#include "net/base/net_api.h" class FilePath; @@ -26,7 +27,7 @@ class FileIOCallback { }; // Simple wrapper around a file that allows asynchronous operations. -class File : public base::RefCounted<File> { +class NET_TEST File : public base::RefCounted<File> { friend class base::RefCounted<File>; public: File(); |