Index: chrome/common/property_bag.h |
diff --git a/chrome/common/property_bag.h b/chrome/common/property_bag.h |
index d2f355952bbe42f57a65fd8684699f1c76930cdb..afc7bd39fbc23757c23dfd883500a1da5f79fdca 100644 |
--- a/chrome/common/property_bag.h |
+++ b/chrome/common/property_bag.h |
@@ -131,7 +131,7 @@ class PropertyAccessor : public PropertyAccessorBase { |
PropertyAccessor() : PropertyAccessorBase() {} |
virtual ~PropertyAccessor() {} |
- // Takes ownership of the |prop| pointer. |
+ // Makes a copy of the |prop| object for storage. |
void SetProperty(PropertyBag* bag, const T& prop) { |
SetPropertyInternal(bag, new Container(prop)); |
} |