| Index: components/bitmap_uploader/bitmap_uploader.cc
|
| diff --git a/components/bitmap_uploader/bitmap_uploader.cc b/components/bitmap_uploader/bitmap_uploader.cc
|
| index 1b8a07369a3a6a18e5a74314150508475c424019..869ae84719e4563f419497791e28838b3dda8447 100644
|
| --- a/components/bitmap_uploader/bitmap_uploader.cc
|
| +++ b/components/bitmap_uploader/bitmap_uploader.cc
|
| @@ -71,7 +71,7 @@ void BitmapUploader::SetColor(uint32_t color) {
|
| // Sets a bitmap.
|
| void BitmapUploader::SetBitmap(int width,
|
| int height,
|
| - scoped_ptr<std::vector<unsigned char>> data,
|
| + std::unique_ptr<std::vector<unsigned char>> data,
|
| Format format) {
|
| width_ = width;
|
| height_ = height;
|
|
|