Index: base/memory/linked_ptr.h |
diff --git a/base/memory/linked_ptr.h b/base/memory/linked_ptr.h |
index 649dc10db7b707c024aedd5b30bf0987811e41c4..68512864b25c7ce33f14882eb2520ad15783719e 100644 |
--- a/base/memory/linked_ptr.h |
+++ b/base/memory/linked_ptr.h |
@@ -69,7 +69,7 @@ class linked_ptr_internal { |
mutable linked_ptr_internal const* next_; |
}; |
-// TODO(http://crbug.com/556939): DEPRECATED: Use scoped_ptr instead (now that |
+// TODO(http://crbug.com/556939): DEPRECATED: Use unique_ptr instead (now that |
// we have support for moveable types inside STL containers). |
template <typename T> |
class linked_ptr { |