diff options
Diffstat (limited to 'chrome/common/property_bag.h')
-rw-r--r-- | chrome/common/property_bag.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/property_bag.h b/chrome/common/property_bag.h index dffcf7c..d0d7c89 100644 --- a/chrome/common/property_bag.h +++ b/chrome/common/property_bag.h @@ -9,8 +9,9 @@ #include <map> #include "base/basictypes.h" -#include "base/linked_ptr.h" +template <typename T> +class linked_ptr; class PropertyAccessorBase; // A property bag holds a generalized list of arbitrary metadata called |