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

Unified Diff: chrome/test/chromedriver/chrome/chrome_desktop_impl.cc

Issue 13145003: Rewrite std::string("") to std::string(), Linux edition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ugh 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/chromedriver/chrome/chrome_desktop_impl.cc
diff --git a/chrome/test/chromedriver/chrome/chrome_desktop_impl.cc b/chrome/test/chromedriver/chrome/chrome_desktop_impl.cc
index bee5bd23256a1b78e7a8f7e98d19028e51a4eccc..49dfad263e5a2dda4f7b921faf1673075ca9fc5d 100644
--- a/chrome/test/chromedriver/chrome/chrome_desktop_impl.cc
+++ b/chrome/test/chromedriver/chrome/chrome_desktop_impl.cc
@@ -67,7 +67,7 @@ Status ChromeDesktopImpl::GetAutomationExtension(
return status;
// Wait for the extension background page to load.
- status = web_view->WaitForPendingNavigations("");
+ status = web_view->WaitForPendingNavigations(std::string());
if (status.IsError())
return status;
« no previous file with comments | « chrome/test/chromedriver/chrome/automation_extension.cc ('k') | chrome/test/chromedriver/chrome/devtools_http_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698