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

Unified Diff: content/child/v8_value_converter_impl.h

Issue 2689673002: Inline base::BinaryValue into base::Value (Closed)
Patch Set: Created 3 years, 10 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/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 4b4c00afe4023b424782f71a5074175670765ddc..0cc996e45f3c8b3aaaf6ce28fc80aede7d49e81f 100644
--- a/content/child/v8_value_converter_impl.h
+++ b/content/child/v8_value_converter_impl.h
@@ -13,10 +13,10 @@
#include "content/public/child/v8_value_converter.h"
namespace base {
-class BinaryValue;
class DictionaryValue;
class ListValue;
class Value;
+using BinaryValue = Value;
}
namespace content {

Powered by Google App Engine
This is Rietveld 408576698