| Index: ipc/ipc_message_unittest.cc
|
| diff --git a/ipc/ipc_message_unittest.cc b/ipc/ipc_message_unittest.cc
|
| index 67235e32e2ce665ba270cf9f28ee1201f92b20de..8e59e00c859fb31a9850f0fd8d2e6fa661cb9da8 100644
|
| --- a/ipc/ipc_message_unittest.cc
|
| +++ b/ipc/ipc_message_unittest.cc
|
| @@ -91,7 +91,7 @@ TEST(IPCMessageTest, DictionaryValue) {
|
| input.Set("null", base::MakeUnique<base::Value>());
|
| input.Set("bool", new base::Value(true));
|
| input.Set("int", new base::Value(42));
|
| - input.SetWithoutPathExpansion("int.with.dot", new base::Value(43));
|
| + input.SetIntegerWithoutPathExpansion("int.with.dot", 43);
|
|
|
| std::unique_ptr<base::DictionaryValue> subdict(new base::DictionaryValue());
|
| subdict->Set("str", new base::Value("forty two"));
|
|
|