summaryrefslogtreecommitdiffstats
path: root/chrome/common/property_bag.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/property_bag.h')
-rw-r--r--chrome/common/property_bag.h2
1 files changed, 1 insertions, 1 deletions
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<Container*>(prop)->get();
}
// See also DeleteProperty on thn PropertyAccessorBase.