diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-10 03:28:15 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-10 03:28:15 +0000 |
commit | 38ab666519e4b04f806819b9ab3ba6fd1c6965cc (patch) | |
tree | 4abedd621f082ceb6262a4f43d8de6b42421130c /chrome/common/property_bag.h | |
parent | ee824bd55eb6c76059cf39d751db31896538f3cc (diff) | |
download | chromium_src-38ab666519e4b04f806819b9ab3ba6fd1c6965cc.zip chromium_src-38ab666519e4b04f806819b9ab3ba6fd1c6965cc.tar.gz chromium_src-38ab666519e4b04f806819b9ab3ba6fd1c6965cc.tar.bz2 |
Fix gcc compilation issue. The inner class doesn't need a template decl.
Review URL: http://codereview.chromium.org/13698
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6690 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/property_bag.h')
-rw-r--r-- | chrome/common/property_bag.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/property_bag.h b/chrome/common/property_bag.h index cf9ad41..e2f44d9 100644 --- a/chrome/common/property_bag.h +++ b/chrome/common/property_bag.h @@ -144,7 +144,6 @@ class PropertyAccessor : public PropertyAccessorBase { // See also DeleteProperty on thn PropertyAccessorBase. private: - template<class T> class Container : public PropertyBag::Prop { public: Container(const T& data) : data_(data) {} |