| Index: chrome/common/property_bag.h
|
| diff --git a/chrome/common/property_bag.h b/chrome/common/property_bag.h
|
| index dffcf7ce95a5ed1f862282d3760ce9a9fbd87740..d0d7c89c99debc490c131f9b2ee8087d864eef36 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
|
|
|