Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1995)

Unified Diff: chrome/test/webdriver/commands/set_timeout_commands_unittest.cc

Issue 13145003: Rewrite std::string("") to std::string(), Linux edition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-run on ToT, revert third_party changes and fix vexing parses. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");

Powered by Google App Engine
This is Rietveld 408576698