Chromium Code Reviews| 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; |