Index: base/mac/scoped_nsobject.h |
diff --git a/base/mac/scoped_nsobject.h b/base/mac/scoped_nsobject.h |
index 04c5877db718e5926584fda5c07eeede5f7078c2..4b26acf758586f5a275f75013958278d9a26f885 100644 |
--- a/base/mac/scoped_nsobject.h |
+++ b/base/mac/scoped_nsobject.h |
@@ -19,10 +19,10 @@ |
namespace base { |
-// scoped_nsobject<> is patterned after scoped_ptr<>, but maintains ownership |
-// of an NSObject subclass object. Style deviations here are solely for |
-// compatibility with scoped_ptr<>'s interface, with which everyone is already |
-// familiar. |
+// scoped_nsobject<> is patterned after std::unique_ptr<>, but maintains |
+// ownership of an NSObject subclass object. Style deviations here are solely |
+// for compatibility with std::unique_ptr<>'s interface, with which everyone is |
+// already familiar. |
// |
// scoped_nsobject<> takes ownership of an object (in the constructor or in |
// reset()) by taking over the caller's existing ownership claim. The caller |