| 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(
|
|
|