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

Unified Diff: headless/public/domains/types_unittest.cc

Issue 2666093002: Remove base::FundamentalValue (Closed)
Patch Set: Rebase 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
« 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 db07df1a58d4d2bd65a5ae071bbb0dbe7e3437e3..7d33c2b5db7af7765f31b284b0d6ce4ead7698a3 100644
--- a/headless/public/domains/types_unittest.cc
+++ b/headless/public/domains/types_unittest.cc
@@ -197,7 +197,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