| Index: cc/quads/stream_video_draw_quad.h
 | 
| diff --git a/cc/quads/stream_video_draw_quad.h b/cc/quads/stream_video_draw_quad.h
 | 
| index cdba60c159d975051302d89607bd17a3b8408fcd..45c28f2f9574955a080a01798875ee0a748d3059 100644
 | 
| --- a/cc/quads/stream_video_draw_quad.h
 | 
| +++ b/cc/quads/stream_video_draw_quad.h
 | 
| @@ -39,7 +39,7 @@ class CC_EXPORT StreamVideoDrawQuad : public DrawQuad {
 | 
|    static const StreamVideoDrawQuad* MaterialCast(const DrawQuad*);
 | 
|  
 | 
|   private:
 | 
| -  void ExtendValue(base::debug::TracedValue* value) const override;
 | 
| +  void ExtendValue(base::trace_event::TracedValue* value) const override;
 | 
|  };
 | 
|  
 | 
|  }  // namespace cc
 | 
| 
 |