| Index: base/debug/trace_event_argument.h
|
| diff --git a/base/debug/trace_event_argument.h b/base/debug/trace_event_argument.h
|
| index 7aa7c87b86a1e095179a51c19174c6d5f4f1daad..98f1bcf2fc90ca2c9ff97a382f014bd32acad4a5 100644
|
| --- a/base/debug/trace_event_argument.h
|
| +++ b/base/debug/trace_event_argument.h
|
| @@ -40,10 +40,10 @@ class BASE_EXPORT TracedValue : public ConvertableToTraceFormat {
|
| void BeginArray();
|
| void BeginDictionary();
|
|
|
| - virtual void AppendAsTraceFormat(std::string* out) const override;
|
| + void AppendAsTraceFormat(std::string* out) const override;
|
|
|
| private:
|
| - virtual ~TracedValue();
|
| + ~TracedValue() override;
|
|
|
| DictionaryValue* GetCurrentDictionary();
|
| ListValue* GetCurrentArray();
|
|
|