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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/extension_data_collection_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
Index: chrome/browser/safe_browsing/incident_reporting/extension_data_collection_unittest.cc
diff --git a/chrome/browser/safe_browsing/incident_reporting/extension_data_collection_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/extension_data_collection_unittest.cc
index 67953b61a62409d51f5cf507a376c73c8ef70f00..b8493d99180e61e704f86978e3f509470e3f4223 100644
--- a/chrome/browser/safe_browsing/incident_reporting/extension_data_collection_unittest.cc
+++ b/chrome/browser/safe_browsing/incident_reporting/extension_data_collection_unittest.cc
@@ -102,7 +102,7 @@ void ExtensionTestingProfile::AddExtension(std::string extension_id,
extension_id, "install_time", new base::StringValue(base::Int64ToString(
install_time.ToInternalValue())));
extension_prefs_->UpdateExtensionPref(
- extension_id, "state", new base::FundamentalValue(state_value));
+ extension_id, "state", new base::Value(state_value));
}
void ExtensionTestingProfile::SetInstallSignature(

Powered by Google App Engine
This is Rietveld 408576698