| Index: cc/resources/managed_tile_state.h
|
| diff --git a/cc/resources/managed_tile_state.h b/cc/resources/managed_tile_state.h
|
| index faa7c63a3b2ce6cf82e12ca2a6f45b07fcf4794e..7224dd64b417421ed8edd00dcf32e89b9edaf483 100644
|
| --- a/cc/resources/managed_tile_state.h
|
| +++ b/cc/resources/managed_tile_state.h
|
| @@ -104,7 +104,7 @@
|
| ManagedTileState();
|
| ~ManagedTileState();
|
|
|
| - void AsValueInto(base::debug::TracedValue* dict) const;
|
| + scoped_ptr<base::Value> AsValue() const;
|
|
|
| // Persisted state: valid all the time.
|
| TileVersion tile_versions[NUM_RASTER_MODES];
|
|
|