summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/block_files.h
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-21 16:42:35 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-21 16:42:35 +0000
commitd7828c27c67a11e316b6ba8679ac91300715d97e (patch)
tree1554500edbf7f76faef518ba3329f88b406559fb /net/disk_cache/block_files.h
parentb57088ab60a8a0c7ea1f38a69890256d4435b9d7 (diff)
downloadchromium_src-d7828c27c67a11e316b6ba8679ac91300715d97e.zip
chromium_src-d7828c27c67a11e316b6ba8679ac91300715d97e.tar.gz
chromium_src-d7828c27c67a11e316b6ba8679ac91300715d97e.tar.bz2
Remove obviously unneeded forward declarations from headers under src/{app,base,net}.
BUG=none TEST=builds Review URL: http://codereview.chromium.org/3136025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56995 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/disk_cache/block_files.h')
-rw-r--r--net/disk_cache/block_files.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/disk_cache/block_files.h b/net/disk_cache/block_files.h
index 2fe41ad..2c01906 100644
--- a/net/disk_cache/block_files.h
+++ b/net/disk_cache/block_files.h
@@ -17,8 +17,6 @@
namespace disk_cache {
-class EntryImpl;
-
// This class handles the set of block-files open by the disk cache.
class BlockFiles {
public: