Index: chrome/browser/metrics/metrics_log.h |
diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h |
index 081d4b10fd20271cba816170782a99d5545cdd91..8f35705aaef1da3950235be14439f10e9f8adef9 100644 |
--- a/chrome/browser/metrics/metrics_log.h |
+++ b/chrome/browser/metrics/metrics_log.h |
@@ -55,9 +55,7 @@ class MetricsLog : public MetricsLogBase { |
// Get the current version of the application as a string. |
static std::string GetVersionString(); |
- virtual MetricsLog* AsMetricsLog() { |
- return this; |
- } |
+ virtual MetricsLog* AsMetricsLog(); |
private: |
// Returns the date at which the current metrics client ID was created as |