Chromium Code Reviews| Index: Source/platform/TracedValue.h |
| diff --git a/Source/platform/TracedValue.h b/Source/platform/TracedValue.h |
| index 5e28fd19c3b0e76bad79865db336bdf2ce74dea6..f993124455a385bc4f952a5ff4563757f85b7f65 100644 |
| --- a/Source/platform/TracedValue.h |
| +++ b/Source/platform/TracedValue.h |
| @@ -38,7 +38,7 @@ public: |
| void beginArray(); |
| void beginDictionary(); |
| - virtual String asTraceFormat() const OVERRIDE; |
| + virtual String asTraceFormat() const override; |
| private: |
| TracedValue(); |