| Index: cc/quads/texture_draw_quad.h
|
| diff --git a/cc/quads/texture_draw_quad.h b/cc/quads/texture_draw_quad.h
|
| index 990b2764f7c706dd271ef893e1ff28b66b2afcf8..afac6bfde32c3b4986bfcc411d04e18726611140 100644
|
| --- a/cc/quads/texture_draw_quad.h
|
| +++ b/cc/quads/texture_draw_quad.h
|
| @@ -57,7 +57,7 @@ class CC_EXPORT TextureDrawQuad : public DrawQuad {
|
| static const TextureDrawQuad* MaterialCast(const DrawQuad*);
|
|
|
| private:
|
| - void ExtendValue(base::debug::TracedValue* value) const override;
|
| + void ExtendValue(base::trace_event::TracedValue* value) const override;
|
| };
|
|
|
| } // namespace cc
|
|
|