Index: chrome/common/metrics_helpers.cc |
diff --git a/chrome/common/metrics_helpers.cc b/chrome/common/metrics_helpers.cc |
index 7296ce1a9a1f86d88e57ea6a9036c196ee676acc..c45293712e47ebfd7ad05c7bb7866d37dba4edca 100644 |
--- a/chrome/common/metrics_helpers.cc |
+++ b/chrome/common/metrics_helpers.cc |
@@ -377,6 +377,10 @@ int64 MetricsLogBase::GetBuildTime() { |
return integral_build_time; |
} |
+MetricsLog* MetricsLogBase::AsMetricsLog() { |
+ return NULL; |
+} |
+ |
// TODO(JAR): A The following should really be part of the histogram class. |
// Internal state is being needlessly exposed, and it would be hard to reuse |
// this code. If we moved this into the Histogram class, then we could use |