Index: content/child/v8_value_converter_impl.h |
diff --git a/content/child/v8_value_converter_impl.h b/content/child/v8_value_converter_impl.h |
index 1fbc98927638f6cd56ec64703d14ea3b79c1c527..ce80a71a1799a98c00cd5cc00ef6e997d39a5506 100644 |
--- a/content/child/v8_value_converter_impl.h |
+++ b/content/child/v8_value_converter_impl.h |
@@ -16,7 +16,6 @@ namespace base { |
class DictionaryValue; |
class ListValue; |
class Value; |
-using BinaryValue = Value; |
} |
namespace content { |
@@ -56,8 +55,8 @@ class CONTENT_EXPORT V8ValueConverterImpl : public V8ValueConverter { |
v8::Local<v8::Object> creation_context, |
const base::DictionaryValue* dictionary) const; |
v8::Local<v8::Value> ToArrayBuffer(v8::Isolate* isolate, |
- v8::Local<v8::Object> creation_context, |
- const base::BinaryValue* value) const; |
+ v8::Local<v8::Object> creation_context, |
+ const base::Value* value) const; |
std::unique_ptr<base::Value> FromV8ValueImpl(FromV8ValueState* state, |
v8::Local<v8::Value> value, |