Index: net/disk_cache/blockfile/sparse_control_v3.cc |
diff --git a/net/disk_cache/blockfile/sparse_control_v3.cc b/net/disk_cache/blockfile/sparse_control_v3.cc |
index 82a322122a055ec7634141c9500fb67dac10099e..5e95e443e146c921cb013d7432acfc24971621e2 100644 |
--- a/net/disk_cache/blockfile/sparse_control_v3.cc |
+++ b/net/disk_cache/blockfile/sparse_control_v3.cc |
@@ -75,7 +75,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); |
}; |