Index: net/disk_cache/blockfile/sparse_control.cc |
diff --git a/net/disk_cache/blockfile/sparse_control.cc b/net/disk_cache/blockfile/sparse_control.cc |
index 1de0d60cd11dfdc5f80683051b5a7aae849d392d..9a178b5a55187ee0ee701f91ac8083bb4083ac14 100644 |
--- a/net/disk_cache/blockfile/sparse_control.cc |
+++ b/net/disk_cache/blockfile/sparse_control.cc |
@@ -79,7 +79,7 @@ class ChildrenDeleter |
std::string name_; |
disk_cache::Bitmap children_map_; |
int64_t signature_; |
- scoped_ptr<char[]> buffer_; |
+ std::unique_ptr<char[]> buffer_; |
DISALLOW_COPY_AND_ASSIGN(ChildrenDeleter); |
}; |