Chromium Code Reviews

Unified Diff: chrome/browser/metrics/metrics_log.h

Issue 3461019: FBTF: Move virtual methods to implementation files. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Win+chromeos+mac fixes Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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

Powered by Google App Engine