| Index: cc/blink/web_layer_impl.cc
|
| diff --git a/cc/blink/web_layer_impl.cc b/cc/blink/web_layer_impl.cc
|
| index 36304a138c1e0a3b721108add9a03e801c996732..dadfd6d57cfe1246b34226f713839026d3cc5ce1 100644
|
| --- a/cc/blink/web_layer_impl.cc
|
| +++ b/cc/blink/web_layer_impl.cc
|
| @@ -443,7 +443,7 @@ class TracedDebugInfo : public base::debug::ConvertableToTraceFormat {
|
| // This object takes ownership of the debug_info object.
|
| explicit TracedDebugInfo(blink::WebGraphicsLayerDebugInfo* debug_info)
|
| : debug_info_(debug_info) {}
|
| - virtual void AppendAsTraceFormat(std::string* out) const OVERRIDE {
|
| + virtual void AppendAsTraceFormat(std::string* out) const override {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
| blink::WebString web_string;
|
| debug_info_->appendAsTraceFormat(&web_string);
|
|
|