Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1615)

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

Issue 8612007: Add OVERRIDE to chrome/browser/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/metrics/metrics_log_serializer.h
diff --git a/chrome/browser/metrics/metrics_log_serializer.h b/chrome/browser/metrics/metrics_log_serializer.h
index d698164feadf6887a92a6ed30bc8f277a419e043..bb95305abe97095011f37fa1216f1cfeb285146a 100644
--- a/chrome/browser/metrics/metrics_log_serializer.h
+++ b/chrome/browser/metrics/metrics_log_serializer.h
@@ -38,9 +38,9 @@ class MetricsLogSerializer : public MetricsLogManager::LogSerializer {
// Implementation of MetricsLogManager::LogSerializer
virtual void SerializeLogs(const std::vector<std::string>& logs,
- MetricsLogManager::LogType log_type);
+ MetricsLogManager::LogType log_type) OVERRIDE;
virtual void DeserializeLogs(MetricsLogManager::LogType log_type,
- std::vector<std::string>* logs);
+ std::vector<std::string>* logs) OVERRIDE;
private:
// Encodes the textual log data from |local_list| and writes it to the given

Powered by Google App Engine
This is Rietveld 408576698