| Index: chrome/test/chromedriver/commands_unittest.cc
|
| diff --git a/chrome/test/chromedriver/commands_unittest.cc b/chrome/test/chromedriver/commands_unittest.cc
|
| index b8d69c936744e46e82d1349128495883a7062483..af766822c8fc4fc1524d1336b51862708d0f39dd 100644
|
| --- a/chrome/test/chromedriver/commands_unittest.cc
|
| +++ b/chrome/test/chromedriver/commands_unittest.cc
|
| @@ -234,7 +234,7 @@ TEST(CommandsTest, ExecuteSessionCommand) {
|
|
|
| base::DictionaryValue params;
|
| params.SetInteger("param", 5);
|
| - base::FundamentalValue expected_value(6);
|
| + base::Value expected_value(6);
|
| SessionCommand cmd = base::Bind(
|
| &ExecuteSimpleCommand, id, ¶ms, &expected_value);
|
|
|
|
|