| 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 {
|
|
|