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 | |
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')
-rw-r--r-- | chrome_frame/metrics_service.cc | 1 | ||||
-rw-r--r-- | chrome_frame/metrics_service.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/metrics_service.cc b/chrome_frame/metrics_service.cc index 3e60fbc..01e3c50 100644 --- a/chrome_frame/metrics_service.cc +++ b/chrome_frame/metrics_service.cc @@ -57,6 +57,7 @@ #include "base/utf_string_conversions.h" #include "base/win/scoped_comptr.h" #include "chrome/common/chrome_version_info.h" +#include "chrome/common/metrics/metrics_log_base.h" #include "chrome/common/metrics/metrics_log_manager.h" #include "chrome/installer/util/browser_distribution.h" #include "chrome/installer/util/google_update_settings.h" 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 |