commit | dec76e804867ced17b032571f440adf4945c4d99 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Sep 23 22:43:53 2010 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Sep 23 22:43:53 2010 |
tree | fd798a848d7967b28d89350a55f48285057e2739 | |
parent | 0695ef4d095a441148ae80a08576c25c2ab8bc40 [diff] [blame] |
FBTF: Move virtual methods to implementation files. Remove logging.h and other headers where possible. BUG=none TEST=none Review URL: http://codereview.chromium.org/3461019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60369 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/metrics/metrics_log.cc b/chrome/browser/metrics/metrics_log.cc index 396c5335..7d602e6e 100644 --- a/chrome/browser/metrics/metrics_log.cc +++ b/chrome/browser/metrics/metrics_log.cc
@@ -83,6 +83,10 @@ return version; } +MetricsLog* MetricsLog::AsMetricsLog() { + return this; +} + void MetricsLog::RecordIncrementalStabilityElements() { DCHECK(!locked_);