Index: cc/resources/drawing_display_item.h |
diff --git a/cc/resources/drawing_display_item.h b/cc/resources/drawing_display_item.h |
index 49aa7622be3ce56a29ab4074a0f8ededd4d57619..1f63ed34e2e9c05bb25ab5307c54c47089bebafa 100644 |
--- a/cc/resources/drawing_display_item.h |
+++ b/cc/resources/drawing_display_item.h |
@@ -32,7 +32,7 @@ class CC_EXPORT DrawingDisplayItem : public DisplayItem { |
bool IsSuitableForGpuRasterization() const override; |
int ApproximateOpCount() const override; |
size_t PictureMemoryUsage() const override; |
- void AsValueInto(base::debug::TracedValue* array) const override; |
+ void AsValueInto(base::trace_event::TracedValue* array) const override; |
protected: |
DrawingDisplayItem(skia::RefPtr<SkPicture> picture, gfx::PointF location); |