Index: cc/resources/tile.cc |
diff --git a/cc/resources/tile.cc b/cc/resources/tile.cc |
index b0b4525b098b49d252f7cc32467f00f922de80ff..39d48a87cb594ed4ef15c12100a54abdacdf6d9c 100644 |
--- a/cc/resources/tile.cc |
+++ b/cc/resources/tile.cc |
@@ -49,7 +49,7 @@ Tile::~Tile() { |
"cc::Tile", this); |
} |
-void Tile::AsValueInto(base::debug::TracedValue* res) const { |
+void Tile::AsValueInto(base::trace_event::TracedValue* res) const { |
TracedValue::MakeDictIntoImplicitSnapshotWithCategory( |
TRACE_DISABLED_BY_DEFAULT("cc.debug"), res, "cc::Tile", this); |
TracedValue::SetIDRef(raster_source_.get(), res, "picture_pile"); |