| Index: base/containers/scoped_ptr_hash_map.h
|
| diff --git a/base/containers/scoped_ptr_hash_map.h b/base/containers/scoped_ptr_hash_map.h
|
| index 189c3149f3ab0f46e42dce8076ee338e4575b04a..dd100c65fc9e59c6f9160e5ed5a176241547d66a 100644
|
| --- a/base/containers/scoped_ptr_hash_map.h
|
| +++ b/base/containers/scoped_ptr_hash_map.h
|
| @@ -18,6 +18,8 @@
|
|
|
| namespace base {
|
|
|
| +// Deprecated. Use std::unordered_map instead. https://crbug.com/579229
|
| +//
|
| // This type acts like a hash_map<K, scoped_ptr<V, D> >, based on top of
|
| // base::hash_map. The ScopedPtrHashMap has ownership of all values in the data
|
| // structure.
|
|
|