From 172da1b80ab1d9ec5428f04919f1bed13a37e3dc Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Fri, 12 Aug 2011 15:52:26 +0000 Subject: Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. Review URL: http://codereview.chromium.org/7529043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96560 0039d316-1c4b-4281-b951-d872f2087c98 --- net/disk_cache/block_files.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/disk_cache/block_files.h') diff --git a/net/disk_cache/block_files.h b/net/disk_cache/block_files.h index 5ba49c5..435eed7 100644 --- a/net/disk_cache/block_files.h +++ b/net/disk_cache/block_files.h @@ -13,7 +13,7 @@ #include "base/file_path.h" #include "base/gtest_prod_util.h" #include "base/memory/scoped_ptr.h" -#include "net/base/net_api.h" +#include "net/base/net_export.h" #include "net/disk_cache/addr.h" #include "net/disk_cache/mapped_file.h" @@ -24,7 +24,7 @@ class ThreadChecker; namespace disk_cache { // This class handles the set of block-files open by the disk cache. -class NET_TEST BlockFiles { +class NET_EXPORT_PRIVATE BlockFiles { public: explicit BlockFiles(const FilePath& path); ~BlockFiles(); -- cgit v1.1