| Index: cc/raster/texture_compressor_perftest.cc
|
| diff --git a/cc/raster/texture_compressor_perftest.cc b/cc/raster/texture_compressor_perftest.cc
|
| index 96ab60db22179d1417c53169ba58d36bdf1cca78..99ccb60302b997e12800e23e898be923da8b3eba 100644
|
| --- a/cc/raster/texture_compressor_perftest.cc
|
| +++ b/cc/raster/texture_compressor_perftest.cc
|
| @@ -77,7 +77,7 @@ class TextureCompressorPerfTest
|
|
|
| protected:
|
| LapTimer timer_;
|
| - scoped_ptr<TextureCompressor> compressor_;
|
| + std::unique_ptr<TextureCompressor> compressor_;
|
| uint8_t src_[kImageSizeInBytes];
|
| uint8_t dst_[kImageSizeInBytes];
|
| };
|
|
|