diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-12 15:22:13 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-12 15:22:13 +0000 |
commit | e1981f43505c69351e5786eac1bff1913f4c96db (patch) | |
tree | 9be2552eea732795716489cba689918dc5dd74a3 /chrome/common/chrome_counters.h | |
parent | 169da8f5bba74250fe73f708a1a3b666b4fb2431 (diff) | |
download | chromium_src-e1981f43505c69351e5786eac1bff1913f4c96db.zip chromium_src-e1981f43505c69351e5786eac1bff1913f4c96db.tar.gz chromium_src-e1981f43505c69351e5786eac1bff1913f4c96db.tar.bz2 |
Cleanup a few files, reduce the number of includes.
Applied glint.
No code change, just moving around.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_counters.h')
-rw-r--r-- | chrome/common/chrome_counters.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/chrome/common/chrome_counters.h b/chrome/common/chrome_counters.h index 85f9c5d..41ee96b 100644 --- a/chrome/common/chrome_counters.h +++ b/chrome/common/chrome_counters.h @@ -29,10 +29,12 @@ // Counters used within the browser. -#ifndef CHROME_COMMON_CHROME_COUNTERS_H__ -#define CHROME_COMMON_CHROME_COUNTERS_H__ +#ifndef CHROME_COMMON_CHROME_COUNTERS_H_ +#define CHROME_COMMON_CHROME_COUNTERS_H_ -#include "base/stats_counters.h" +class StatsCounter; +class StatsCounterTimer; +class StatsRate; namespace chrome { @@ -58,9 +60,8 @@ class Counters { // Time/Count of plugin network interception. static StatsRate& plugin_intercept(); - }; } // namespace chrome -#endif // CHROME_COMMON_CHROME_COUNTERS_H__ +#endif // CHROME_COMMON_CHROME_COUNTERS_H_ |