Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3070)

Unified Diff: base/histogram.h

Issue 3136025: Remove obviously unneeded forward declarations from headers under src/{app,base,net}. (Closed)
Patch Set: it was the best of times Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/file_version_info_win.h ('k') | base/linux_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/histogram.h
diff --git a/base/histogram.h b/base/histogram.h
index 1d135443795bc941d3d870ce30566b68ccd99a24..adf673c679b68a8a29adcd5aae9c834ef0ab34f4 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<Histogram> {
public:
typedef int Sample; // Used for samples (and ranges of samples).
« no previous file with comments | « base/file_version_info_win.h ('k') | base/linux_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698