| Index: ui/snapshot/snapshot_aura.cc
|
| diff --git a/ui/snapshot/snapshot_aura.cc b/ui/snapshot/snapshot_aura.cc
|
| index 896cc9642c5cc7c07694d4178c87dcb490f4430e..3e4339299a6c00345d1115d0a5e53fbc1ed42ea3 100644
|
| --- a/ui/snapshot/snapshot_aura.cc
|
| +++ b/ui/snapshot/snapshot_aura.cc
|
| @@ -36,7 +36,7 @@ static void MakeAsyncCopyRequest(
|
| gfx::NativeWindow window,
|
| const gfx::Rect& source_rect,
|
| const cc::CopyOutputRequest::CopyOutputRequestCallback& callback) {
|
| - scoped_ptr<cc::CopyOutputRequest> request =
|
| + std::unique_ptr<cc::CopyOutputRequest> request =
|
| cc::CopyOutputRequest::CreateBitmapRequest(callback);
|
| request->set_area(source_rect);
|
| window->layer()->RequestCopyOfOutput(std::move(request));
|
|
|