Index: cc/quads/tile_draw_quad.h |
diff --git a/cc/quads/tile_draw_quad.h b/cc/quads/tile_draw_quad.h |
index e668ddbf0f9139cc0eb166b53ff5ab9d0220965c..d7ef20a625a6848e6340623d2afbfa19354d9eac 100644 |
--- a/cc/quads/tile_draw_quad.h |
+++ b/cc/quads/tile_draw_quad.h |
@@ -42,7 +42,7 @@ class CC_EXPORT TileDrawQuad : public ContentDrawQuadBase { |
static const TileDrawQuad* MaterialCast(const DrawQuad*); |
private: |
- void ExtendValue(base::debug::TracedValue* value) const override; |
+ void ExtendValue(base::trace_event::TracedValue* value) const override; |
}; |
} // namespace cc |