From bcdae8c9c9d90889fa0ca6491ae191a9e2f944b4 Mon Sep 17 00:00:00 2001 From: "brettw@google.com" Date: Wed, 10 Dec 2008 03:37:36 +0000 Subject: Fix style fro last CL. I had extra space to prevent >> at the end of the template, but didn't remove them when I removed the innter template argument. Review URL: http://codereview.chromium.org/13700 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6692 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/property_bag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/property_bag.h') diff --git a/chrome/common/property_bag.h b/chrome/common/property_bag.h index f8817434..9965382 100644 --- a/chrome/common/property_bag.h +++ b/chrome/common/property_bag.h @@ -138,7 +138,7 @@ class PropertyAccessor : public PropertyAccessorBase { PropertyBag::Prop* prop = GetPropertyInternal(bag); if (!prop) return NULL; - return static_cast< Container* >(prop)->get(); + return static_cast(prop)->get(); } // See also DeleteProperty on thn PropertyAccessorBase. -- cgit v1.1