| Index: cc/resources/tile_draw_info.h
|
| diff --git a/cc/resources/tile_draw_info.h b/cc/resources/tile_draw_info.h
|
| index 8437f5b1316346bb3228282f1b87df0af4fc823b..54ca946a23247b0fb32abcd0c89d18b17aea2505 100644
|
| --- a/cc/resources/tile_draw_info.h
|
| +++ b/cc/resources/tile_draw_info.h
|
| @@ -59,7 +59,7 @@ class CC_EXPORT TileDrawInfo {
|
| resource_ = resource.Pass();
|
| }
|
|
|
| - void AsValueInto(base::debug::TracedValue* state) const;
|
| + void AsValueInto(base::trace_event::TracedValue* state) const;
|
|
|
| private:
|
| friend class Tile;
|
|
|