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

Unified Diff: chrome/browser/infobars/infobars_uitest.cc

Issue 9372065: Update clients to use new TestServer constructor. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove files that were reviewed and committed separately. Created 8 years, 10 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/browser/infobars/infobars_uitest.cc
diff --git a/chrome/browser/infobars/infobars_uitest.cc b/chrome/browser/infobars/infobars_uitest.cc
index e9eaa755a6873a02db43dd9432ea4664fb3ac2fe..9780847c86508a6fabcaf39a80a20f5d5fb84143 100644
--- a/chrome/browser/infobars/infobars_uitest.cc
+++ b/chrome/browser/infobars/infobars_uitest.cc
@@ -18,6 +18,7 @@ class InfoBarsUITest : public UITest {
TEST_F(InfoBarsUITest, TestInfoBarsCloseOnNewTheme) {
net::TestServer test_server(net::TestServer::TYPE_HTTP,
+ net::TestServer::kLocalhost,
FilePath(FILE_PATH_LITERAL("chrome/test/data")));
ASSERT_TRUE(test_server.Start());

Powered by Google App Engine
This is Rietveld 408576698