Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index da41e4c738a434d5cc88b3b3641365c86eda9ba4..b17b5a4c4a77e2f3f943920bd30e68c95a880bbe 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -273,7 +273,7 @@ class CC_EXPORT LayerTreeHost { |
} |
// Obtains a thorough dump of the LayerTreeHost as a value. |
- void AsValueInto(base::debug::TracedValue* value) const; |
+ void AsValueInto(base::trace_event::TracedValue* value) const; |
bool in_paint_layer_contents() const { return in_paint_layer_contents_; } |