Index: ui/events/latency_info.cc |
diff --git a/ui/events/latency_info.cc b/ui/events/latency_info.cc |
index 5cd1521aa0ac64b799b29b98ccb0ef2c255debd1..5210c366e5ee0a9b19f31fb153ed9a2608f211ef 100644 |
--- a/ui/events/latency_info.cc |
+++ b/ui/events/latency_info.cc |
@@ -73,7 +73,7 @@ class LatencyInfoTracedValue : public base::debug::ConvertableToTraceFormat { |
static scoped_refptr<ConvertableToTraceFormat> FromValue( |
scoped_ptr<base::Value> value); |
- virtual void AppendAsTraceFormat(std::string* out) const OVERRIDE; |
+ virtual void AppendAsTraceFormat(std::string* out) const override; |
private: |
explicit LatencyInfoTracedValue(base::Value* value); |