| Index: base/debug/trace_event.h
|
| diff --git a/base/debug/trace_event.h b/base/debug/trace_event.h
|
| index db78f74414e0e667d8cea2cf1c40eb257668806a..0ba56dca3625e0b2151dab97fbd11c623e0c0418 100644
|
| --- a/base/debug/trace_event.h
|
| +++ b/base/debug/trace_event.h
|
| @@ -144,7 +144,7 @@
|
| // class MyData : public base::debug::ConvertableToTraceFormat {
|
| // public:
|
| // MyData() {}
|
| -// virtual void AppendAsTraceFormat(std::string* out) const OVERRIDE {
|
| +// void AppendAsTraceFormat(std::string* out) const override {
|
| // out->append("{\"foo\":1}");
|
| // }
|
| // private:
|
|
|