Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1800)

Unified Diff: content/public/child/v8_value_converter.h

Issue 2931393003: [Content] Update V8ValueConverter::create to return a std::unique_ptr (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698