| Index: cc/resources/drawing_display_item.cc
 | 
| diff --git a/cc/resources/drawing_display_item.cc b/cc/resources/drawing_display_item.cc
 | 
| index 351fade134bc41e0cc0e26329023a7233eb54856..1ef149fa0177ef0c781c9ae0de711fbd8a8f1cfb 100644
 | 
| --- a/cc/resources/drawing_display_item.cc
 | 
| +++ b/cc/resources/drawing_display_item.cc
 | 
| @@ -62,7 +62,8 @@ size_t DrawingDisplayItem::PictureMemoryUsage() const {
 | 
|    return SkPictureUtils::ApproximateBytesUsed(picture_.get());
 | 
|  }
 | 
|  
 | 
| -void DrawingDisplayItem::AsValueInto(base::debug::TracedValue* array) const {
 | 
| +void DrawingDisplayItem::AsValueInto(
 | 
| +    base::trace_event::TracedValue* array) const {
 | 
|    array->BeginDictionary();
 | 
|    array->SetString("name", "DrawingDisplayItem");
 | 
|    array->SetString("location",
 | 
| 
 |