| Index: chrome/test/ppapi/ppapi_test.h
|
| diff --git a/chrome/test/ppapi/ppapi_test.h b/chrome/test/ppapi/ppapi_test.h
|
| index 9998db479c89f8f56d9f6eff62a09382057c6be6..39851d580a5247e75ee208ee550ff78af63ff5d3 100644
|
| --- a/chrome/test/ppapi/ppapi_test.h
|
| +++ b/chrome/test/ppapi/ppapi_test.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| #include "content/public/test/javascript_test_observer.h"
|
| -#include "net/test/spawned_test_server/spawned_test_server.h"
|
| +#include "net/test/embedded_test_server/embedded_test_server.h"
|
|
|
| namespace content {
|
| class RenderViewHost;
|
| @@ -83,7 +83,7 @@ class PPAPITestBase : public InProcessBrowserTest {
|
| void RunTestURL(const GURL& test_url);
|
| // Gets the URL of the the given |test_case| for the given HTTP test server.
|
| // If |extra_params| is non-empty, it will be appended as URL parameters.
|
| - GURL GetTestURL(const net::SpawnedTestServer& http_server,
|
| + GURL GetTestURL(const net::EmbeddedTestServer& http_server,
|
| const std::string& test_case,
|
| const std::string& extra_params);
|
| };
|
|
|