commit | e182be01e1e6f8db4644ed4e8fc28b2cf8d981f4 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jan 27 02:35:44 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jan 27 02:35:44 2012 |
tree | 79577e39b5d98372b99a20112585df522f78b88d | |
parent | 863f70aa8b46421f442a089b21e1bd97a446785c [diff] [blame] |
Separate chrome/common/metrics/metrics_helpers.{h,cc} into files for the constituent classes. BUG=none TEST=none (code cleanup) [email protected] Review URL: http://codereview.chromium.org/9159004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119345 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h index 6a75b67..a5a3504 100644 --- a/chrome/browser/metrics/metrics_log.h +++ b/chrome/browser/metrics/metrics_log.h
@@ -13,7 +13,7 @@ #include <vector> #include "base/basictypes.h" -#include "chrome/common/metrics/metrics_helpers.h" +#include "chrome/common/metrics/metrics_log_base.h" struct AutocompleteLog; class PrefService;