| Index: content/public/child/v8_value_converter.h
|
| diff --git a/content/public/child/v8_value_converter.h b/content/public/child/v8_value_converter.h
|
| index f53c7c651d465581874e25ae2c0cce0975dd1c25..56305492c63a6313151f87c00e888f610f45c2f7 100644
|
| --- a/content/public/child/v8_value_converter.h
|
| +++ b/content/public/child/v8_value_converter.h
|
| @@ -72,7 +72,7 @@ class CONTENT_EXPORT V8ValueConverter {
|
| virtual bool FromV8Undefined(std::unique_ptr<base::Value>* out) const;
|
| };
|
|
|
| - static V8ValueConverter* create();
|
| + static std::unique_ptr<V8ValueConverter> Create();
|
|
|
| virtual ~V8ValueConverter() {}
|
|
|
|
|