From d7828c27c67a11e316b6ba8679ac91300715d97e Mon Sep 17 00:00:00 2001 From: "viettrungluu@chromium.org" Date: Sat, 21 Aug 2010 16:42:35 +0000 Subject: 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 --- base/histogram.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'base/histogram.h') diff --git a/base/histogram.h b/base/histogram.h index 1d13544..adf673c 100644 --- a/base/histogram.h +++ b/base/histogram.h @@ -222,11 +222,6 @@ class Histogram; class LinearHistogram; class Pickle; -namespace disk_cache { - class StatsHistogram; -}; // namespace disk_cache - - class Histogram : public base::RefCountedThreadSafe { public: typedef int Sample; // Used for samples (and ranges of samples). -- cgit v1.1