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

Unified Diff: chrome/test/nacl/nacl_browsertest_util.h

Issue 1431653003: Migrating tests to use EmbeddedTestServer (misc) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing tests. Created 5 years, 1 month 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
« no previous file with comments | « chrome/test/base/in_process_browser_test.cc ('k') | chrome/test/nacl/nacl_browsertest_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/nacl/nacl_browsertest_util.h
diff --git a/chrome/test/nacl/nacl_browsertest_util.h b/chrome/test/nacl/nacl_browsertest_util.h
index b6326a9e525a9ad11e02f818ca1027b54fbf1bd8..6f360237196ebe3b2b86d2ee177aebff9d00fd66 100644
--- a/chrome/test/nacl/nacl_browsertest_util.h
+++ b/chrome/test/nacl/nacl_browsertest_util.h
@@ -9,6 +9,7 @@
#include "base/memory/scoped_ptr.h"
#include "chrome/test/base/in_process_browser_test.h"
#include "content/public/test/javascript_test_observer.h"
+#include "net/test/embedded_test_server/embedded_test_server.h"
// A helper base class that decodes structured automation messages of the form:
// {"type": type_name, ...}
@@ -103,7 +104,7 @@ class NaClBrowserTestBase : public InProcessBrowserTest {
private:
bool StartTestServer();
- scoped_ptr<net::SpawnedTestServer> test_server_;
+ scoped_ptr<net::EmbeddedTestServer> test_server_;
};
class NaClBrowserTestNewlib : public NaClBrowserTestBase {
« no previous file with comments | « chrome/test/base/in_process_browser_test.cc ('k') | chrome/test/nacl/nacl_browsertest_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698