Index: base/values.h |
diff --git a/base/values.h b/base/values.h |
index ca046f164214c0109177b7e0bfebaf8508d16e73..f60d86f72e549260c769c332933f172cb6aa0032 100644 |
--- a/base/values.h |
+++ b/base/values.h |
@@ -64,7 +64,7 @@ class BASE_EXPORT Value { |
virtual ~Value(); |
- static Value* CreateNullValue(); |
+ static scoped_ptr<Value> CreateNullValue(); |
// Returns the type of the value stored by the current Value object. |
// Each type will be implemented by only one subclass of Value, so it's |