summaryrefslogtreecommitdiffstats
path: root/chrome/common/property_bag.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/property_bag.h')
-rw-r--r--chrome/common/property_bag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/property_bag.h b/chrome/common/property_bag.h
index d2f3559..afc7bd3 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));
}