| Index: third_party/WebKit/Source/platform/TracedValue.h
|
| diff --git a/third_party/WebKit/Source/platform/TracedValue.h b/third_party/WebKit/Source/platform/TracedValue.h
|
| index 6ca31cb999a0fa274b8603083d53f64e6d101a3a..eab5952ad33bdbe9f3fe7b147b87fbdc3c370d91 100644
|
| --- a/third_party/WebKit/Source/platform/TracedValue.h
|
| +++ b/third_party/WebKit/Source/platform/TracedValue.h
|
| @@ -44,8 +44,9 @@ class PLATFORM_EXPORT TracedValue final
|
| TracedValue();
|
|
|
| // ConvertableToTraceFormat
|
| - using base::trace_event::ConvertableToTraceFormat::
|
| - ToString; // Hide this method from blink code.
|
| +
|
| + // Hide this method from blink code.
|
| + using base::trace_event::ConvertableToTraceFormat::ToString;
|
| void AppendAsTraceFormat(std::string*) const final;
|
| void EstimateTraceMemoryOverhead(
|
| base::trace_event::TraceEventMemoryOverhead*) final;
|
|
|