diff options
Diffstat (limited to 'base/containers/scoped_ptr_hash_map.h')
-rw-r--r-- | base/containers/scoped_ptr_hash_map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/containers/scoped_ptr_hash_map.h b/base/containers/scoped_ptr_hash_map.h index 189c314..dd100c6 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. |