Chromium Code Reviews| 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..71b855ba8b62d8f25bac7d6c15048ab8b616b036 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. |
| +// |
| // 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. |