| Index: cc/resources/tile.h
|
| diff --git a/cc/resources/tile.h b/cc/resources/tile.h
|
| index 2394dcb6be11cab18a319f39ec3682943e28485b..f54a4568038b3ae67c9dea82ba87764fb316e300 100644
|
| --- a/cc/resources/tile.h
|
| +++ b/cc/resources/tile.h
|
| @@ -102,7 +102,7 @@ class CC_EXPORT Tile : public RefCountedManaged<Tile> {
|
| !draw_info_.IsReadyToDraw();
|
| }
|
|
|
| - void AsValueInto(base::debug::TracedValue* dict) const;
|
| + void AsValueInto(base::trace_event::TracedValue* dict) const;
|
|
|
| inline bool IsReadyToDraw() const { return draw_info_.IsReadyToDraw(); }
|
|
|
|
|