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

Unified Diff: headless/public/domains/types_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 | « extensions/renderer/argument_spec.cc ('k') | headless/public/internal/value_conversions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/domains/types_unittest.cc
diff --git a/headless/public/domains/types_unittest.cc b/headless/public/domains/types_unittest.cc
index e5c0efa7e5a5d8e2c9652a4d329c349c60a30436..9751729c9c5c0a4c231b6ca2d63c177a18408d0a 100644
--- a/headless/public/domains/types_unittest.cc
+++ b/headless/public/domains/types_unittest.cc
@@ -195,7 +195,7 @@ TEST(TypesTest, ObjectPropertyParseError) {
}
TEST(TypesTest, AnyProperty) {
- std::unique_ptr<base::Value> value(new base::FundamentalValue(123));
+ std::unique_ptr<base::Value> value(new base::Value(123));
std::unique_ptr<accessibility::AXValue> object(
accessibility::AXValue::Builder()
.SetType(accessibility::AXValueType::INTEGER)
« no previous file with comments | « extensions/renderer/argument_spec.cc ('k') | headless/public/internal/value_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698