summaryrefslogtreecommitdiffstats
path: root/base/containers/scoped_ptr_hash_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/containers/scoped_ptr_hash_map.h')
-rw-r--r--base/containers/scoped_ptr_hash_map.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/containers/scoped_ptr_hash_map.h b/base/containers/scoped_ptr_hash_map.h
index dd100c6..189c314 100644
--- a/base/containers/scoped_ptr_hash_map.h
+++ b/base/containers/scoped_ptr_hash_map.h
@@ -18,8 +18,6 @@
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.