diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 02:35:44 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 02:35:44 +0000 |
commit | e182be01e1e6f8db4644ed4e8fc28b2cf8d981f4 (patch) | |
tree | 79577e39b5d98372b99a20112585df522f78b88d /chrome_frame/metrics_service.h | |
parent | 863f70aa8b46421f442a089b21e1bd97a446785c (diff) | |
download | chromium_src-e182be01e1e6f8db4644ed4e8fc28b2cf8d981f4.zip chromium_src-e182be01e1e6f8db4644ed4e8fc28b2cf8d981f4.tar.gz chromium_src-e182be01e1e6f8db4644ed4e8fc28b2cf8d981f4.tar.bz2 |
Separate chrome/common/metrics/metrics_helpers.{h,cc} into files for the constituent classes.
BUG=none
TEST=none (code cleanup)
TBR=ananta@chromium.org
Review URL: http://codereview.chromium.org/9159004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119345 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/metrics_service.h')
-rw-r--r-- | chrome_frame/metrics_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/metrics_service.h b/chrome_frame/metrics_service.h index 686474a..bcf4026 100644 --- a/chrome_frame/metrics_service.h +++ b/chrome_frame/metrics_service.h @@ -18,7 +18,7 @@ #include "base/synchronization/lock.h" #include "base/threading/platform_thread.h" #include "base/threading/thread_local.h" -#include "chrome/common/metrics/metrics_helpers.h" +#include "chrome/common/metrics/metrics_service_base.h" // TODO(ananta) // Refactor more common code from chrome/browser/metrics/metrics_service.h into |