Index: cc/resources/float_clip_display_item.h |
diff --git a/cc/resources/float_clip_display_item.h b/cc/resources/float_clip_display_item.h |
index c9920f2c2658ad3a95606022fb18b4ad48dd4728..af88c50a20ace409d886bbea5db7a8cea9e3b3dc 100644 |
--- a/cc/resources/float_clip_display_item.h |
+++ b/cc/resources/float_clip_display_item.h |
@@ -30,7 +30,7 @@ class CC_EXPORT FloatClipDisplayItem : 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: |
explicit FloatClipDisplayItem(gfx::RectF clip_rect); |
@@ -52,7 +52,7 @@ class CC_EXPORT EndFloatClipDisplayItem : 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: |
EndFloatClipDisplayItem(); |