Index: chrome/browser/ui/find_bar/find_bar_host_interactive_uitest.cc |
diff --git a/chrome/browser/ui/find_bar/find_bar_host_interactive_uitest.cc b/chrome/browser/ui/find_bar/find_bar_host_interactive_uitest.cc |
index 9b890cc1aceec57c370683caeb54c269e059c077..1c068d1357cce87327b4606cec80daa4f6092352 100644 |
--- a/chrome/browser/ui/find_bar/find_bar_host_interactive_uitest.cc |
+++ b/chrome/browser/ui/find_bar/find_bar_host_interactive_uitest.cc |
@@ -17,7 +17,6 @@ |
using base::WideToUTF16; |
using content::WebContents; |
-using net::test_server::EmbeddedTestServer; |
namespace { |
@@ -67,7 +66,7 @@ bool FocusedOnPage(WebContents* web_contents, std::string* result) { |
#define MAYBE_FindInPageEndState FindInPageEndState |
#endif |
IN_PROC_BROWSER_TEST_F(FindInPageInteractiveTest, MAYBE_FindInPageEndState) { |
- ASSERT_TRUE(embedded_test_server()->InitializeAndWaitUntilReady()); |
+ ASSERT_TRUE(embedded_test_server()->Start()); |
// Make sure Chrome is in the foreground, otherwise sending input |
// won't do anything and the test will hang. |