| Index: chrome/test/webdriver/commands/set_timeout_commands_unittest.cc
|
| diff --git a/chrome/test/webdriver/commands/set_timeout_commands_unittest.cc b/chrome/test/webdriver/commands/set_timeout_commands_unittest.cc
|
| index ff8f5ac25b8088c646cbeaa865b6b50b34554fa4..5d121778f2cf05cb9b454f4a1a3cf3d924368d74 100644
|
| --- a/chrome/test/webdriver/commands/set_timeout_commands_unittest.cc
|
| +++ b/chrome/test/webdriver/commands/set_timeout_commands_unittest.cc
|
| @@ -31,7 +31,7 @@ void AssertError(ErrorCode expected_status,
|
| ASSERT_EQ(expected_status, response.GetStatus()) << response.ToJSON();
|
|
|
| const Value* value = response.GetValue();
|
| - ASSERT_TRUE(value->IsType(Value::TYPE_DICTIONARY));
|
| + ASSERT_TRUE(value->IsDictionary());
|
|
|
| const DictionaryValue* dict = static_cast<const DictionaryValue*>(value);
|
| std::string actual_message;
|
|
|