Index: components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc |
diff --git a/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc b/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc |
index 44572d2d15d16b6f085ca4d5d4943cc9730913c1..f7ab43c858636ef361ba173e8c1dcc05692aabe1 100644 |
--- a/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc |
+++ b/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc |
@@ -108,10 +108,8 @@ IN_PROC_BROWSER_TEST_F(DomDistillerJsTest, RunJsTests) { |
WebContentsMainFrameHelper main_frame_loaded(web_contents, |
url_loaded_runner.QuitClosure()); |
web_contents->GetController().LoadURL( |
- embedded_test_server()->GetURL(kTestFilePath), |
- content::Referrer(), |
- ui::PAGE_TRANSITION_TYPED, |
- std::string()); |
+ embedded_test_server()->GetURL(kTestFilePath), content::Referrer(), |
+ ui::PAGE_TRANSITION_TYPED, std::string()); |
url_loaded_runner.Run(); |
// Execute the JS to run the tests, and wait until it has finished. |