| Index: cc/resources/transform_display_item.h
 | 
| diff --git a/cc/resources/transform_display_item.h b/cc/resources/transform_display_item.h
 | 
| index 0e62623686da4f48450f597daf03400b69b56b47..fe0dbd236fe4cabacda55904a757a4a30c059b79 100644
 | 
| --- a/cc/resources/transform_display_item.h
 | 
| +++ b/cc/resources/transform_display_item.h
 | 
| @@ -29,7 +29,7 @@ class CC_EXPORT TransformDisplayItem : 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 TransformDisplayItem(const gfx::Transform& transform);
 | 
| @@ -51,7 +51,7 @@ class CC_EXPORT EndTransformDisplayItem : 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:
 | 
|    EndTransformDisplayItem();
 | 
| 
 |