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/entry_impl.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/entry_impl.h')
-rw-r--r-- | net/disk_cache/entry_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/entry_impl.h b/net/disk_cache/entry_impl.h index fab676a..59901a8 100644 --- a/net/disk_cache/entry_impl.h +++ b/net/disk_cache/entry_impl.h @@ -19,7 +19,7 @@ class SparseControl; // This class implements the Entry interface. An object of this // class represents a single entry on the cache. -class EntryImpl : public Entry, public base::RefCounted<EntryImpl> { +class NET_TEST EntryImpl : public Entry, public base::RefCounted<EntryImpl> { friend class base::RefCounted<EntryImpl>; friend class SparseControl; public: |