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

Unified Diff: content/common/android/gin_java_bridge_value_unittest.cc

Issue 2476493003: Remove FundamentalValue
Patch Set: Fix Created 4 years, 1 month 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
« no previous file with comments | « content/child/v8_value_converter_impl_unittest.cc ('k') | content/common/common_param_traits_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/android/gin_java_bridge_value_unittest.cc
diff --git a/content/common/android/gin_java_bridge_value_unittest.cc b/content/common/android/gin_java_bridge_value_unittest.cc
index 7f20294a0b8fbd307dd8472563870b170102f0ce..0dc27d24f5c3840e67343e28e5bf0cca60d095bf 100644
--- a/content/common/android/gin_java_bridge_value_unittest.cc
+++ b/content/common/android/gin_java_bridge_value_unittest.cc
@@ -78,7 +78,7 @@ TEST_F(GinJavaBridgeValueTest, BasicValues) {
}
TEST_F(GinJavaBridgeValueTest, BrokenValues) {
- std::unique_ptr<base::Value> non_binary(new base::FundamentalValue(42));
+ std::unique_ptr<base::Value> non_binary(new base::Value(42));
EXPECT_FALSE(
GinJavaBridgeValue::ContainsGinJavaBridgeValue(non_binary.get()));
« no previous file with comments | « content/child/v8_value_converter_impl_unittest.cc ('k') | content/common/common_param_traits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698