diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-07 00:49:34 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-07 00:49:34 +0000 |
commit | 5138d5f0b0c79ec5bae32cc506a0e21a9ad9c986 (patch) | |
tree | 3da08f18243cc12d1bb5199c841ae3942e84c65e /net/disk_cache/file.h | |
parent | 92406269a4f6363ca5e0f50d7b175f7d647f8e67 (diff) | |
download | chromium_src-5138d5f0b0c79ec5bae32cc506a0e21a9ad9c986.zip chromium_src-5138d5f0b0c79ec5bae32cc506a0e21a9ad9c986.tar.gz chromium_src-5138d5f0b0c79ec5bae32cc506a0e21a9ad9c986.tar.bz2 |
disk cache: Add NET_API for net.dll
BUG=76997
TEST=NONE
Review URL: http://codereview.chromium.org/6933045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84532 0039d316-1c4b-4281-b951-d872f2087c98
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(); |