Index: cc/blink/web_layer_impl.cc |
diff --git a/cc/blink/web_layer_impl.cc b/cc/blink/web_layer_impl.cc |
index bcebfecfc64035b55b969cc2a195d57e465a40ab..d9391e97e9402bd3ecb08e33771d2bc13b3e6951 100644 |
--- a/cc/blink/web_layer_impl.cc |
+++ b/cc/blink/web_layer_impl.cc |
@@ -458,7 +458,7 @@ void WebLayerImpl::setWebLayerClient(blink::WebLayerClient* client) { |
web_layer_client_ = client; |
} |
-class TracedDebugInfo : public base::debug::ConvertableToTraceFormat { |
+class TracedDebugInfo : public base::trace_event::ConvertableToTraceFormat { |
public: |
// This object takes ownership of the debug_info object. |
explicit TracedDebugInfo(blink::WebGraphicsLayerDebugInfo* debug_info) |
@@ -476,7 +476,7 @@ class TracedDebugInfo : public base::debug::ConvertableToTraceFormat { |
base::ThreadChecker thread_checker_; |
}; |
-scoped_refptr<base::debug::ConvertableToTraceFormat> |
+scoped_refptr<base::trace_event::ConvertableToTraceFormat> |
WebLayerImpl::TakeDebugInfo() { |
if (!web_layer_client_) |
return nullptr; |