Index: components/dom_distiller/core/page_features_unittest.cc |
diff --git a/components/dom_distiller/core/page_features_unittest.cc b/components/dom_distiller/core/page_features_unittest.cc |
index 6d0bea34b80093f921816696808589021c2f74c3..0bfeb142d6978865a51ab1817b1d12bbf3292f78 100644 |
--- a/components/dom_distiller/core/page_features_unittest.cc |
+++ b/components/dom_distiller/core/page_features_unittest.cc |
@@ -75,7 +75,7 @@ TEST(DomDistillerPageFeaturesTest, TestCalculateDerivedFeatures) { |
std::string stringified_json; |
ASSERT_TRUE(base::JSONWriter::Write(*core_features, &stringified_json)); |
std::unique_ptr<base::Value> stringified_value( |
- new base::StringValue(stringified_json)); |
+ new base::Value(stringified_json)); |
std::vector<double> derived( |
CalculateDerivedFeaturesFromJSON(stringified_value.get())); |