Index: chrome/common/property_bag.h |
=================================================================== |
--- chrome/common/property_bag.h (revision 19817) |
+++ chrome/common/property_bag.h (working copy) |
@@ -18,8 +18,8 @@ |
// |
// The property bag is not read or written directly. Instead, callers go |
// through a PropertyAccessor. The Accessor generates the unique IDs that |
-// identify different properties, so uniquely identify a property. The Accessor |
-// is templatized to also provide typesafety to the callers. |
+// identify different properties. The Accessor is templatized to also provide |
+// typesafety to the callers. |
// |
// Example: |
// // Note: you don't want to use Singleton for your Accessor if you're using |
@@ -123,8 +123,6 @@ |
// Provides typesafe accessor functions for a property bag, and manages the |
// unique identifiers for properties via the PropertyAccessorBase. |
-// |
-// Note that class T must be derived from PropertyBag::Prop. |
template<class T> |
class PropertyAccessor : public PropertyAccessorBase { |
public: |