Index: chrome/browser/extensions/activity_log/counting_policy_unittest.cc |
diff --git a/chrome/browser/extensions/activity_log/counting_policy_unittest.cc b/chrome/browser/extensions/activity_log/counting_policy_unittest.cc |
index 0df22a392523aed64a07f80f5a49525dd6bcc263..cad7e143e8b8938a695fe04665cbfce8d0a181e8 100644 |
--- a/chrome/browser/extensions/activity_log/counting_policy_unittest.cc |
+++ b/chrome/browser/extensions/activity_log/counting_policy_unittest.cc |
@@ -433,8 +433,8 @@ TEST_F(CountingPolicyTest, LogWithStrippedArguments) { |
extension_service_->AddExtension(extension.get()); |
std::unique_ptr<base::ListValue> args(new base::ListValue()); |
- args->Set(0, new base::StringValue("hello")); |
- args->Set(1, new base::StringValue("world")); |
+ args->Set(0, new base::Value("hello")); |
+ args->Set(1, new base::Value("world")); |
scoped_refptr<Action> action = new Action(extension->id(), |
base::Time::Now(), |
Action::ACTION_API_CALL, |