| 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 2db4f4cdba7aaa7ae6ad10ce2dab1d5428c4ed61..767fbb126f4d43dc32350bb41505a142925431f1 100644
|
| --- a/chrome/test/webdriver/commands/set_timeout_commands_unittest.cc
|
| +++ b/chrome/test/webdriver/commands/set_timeout_commands_unittest.cc
|
| @@ -55,7 +55,7 @@ TEST(ImplicitWaitCommandTest, SettingImplicitWaits) {
|
| ASSERT_EQ(0, test_session.implicit_wait()) << "Sanity check failed";
|
|
|
| std::vector<std::string> path_segments;
|
| - path_segments.push_back("");
|
| + path_segments.push_back(std::string());
|
| path_segments.push_back("session");
|
| path_segments.push_back(test_session.id());
|
| path_segments.push_back("timeouts");
|
|
|