Index: base/win/scoped_bstr.h |
diff --git a/base/win/scoped_bstr.h b/base/win/scoped_bstr.h |
index 413fb28681e3597766e750cb36a8a9447cd4a346..2109c207a1495326db007182c7a6950e1a45b15c 100644 |
--- a/base/win/scoped_bstr.h |
+++ b/base/win/scoped_bstr.h |
@@ -18,7 +18,7 @@ namespace base { |
namespace win { |
// Manages a BSTR string pointer. |
-// The class interface is based on scoped_ptr. |
+// The class interface is based on unique_ptr. |
class BASE_EXPORT ScopedBstr { |
public: |
ScopedBstr() : bstr_(NULL) { |