diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-07 20:04:21 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-07 20:04:21 +0000 |
commit | 89b325285dc23b8b8e729cfd1b624afb1906f394 (patch) | |
tree | 6cabfba394115c94d8a216f0df5722032152c77b /chrome/service | |
parent | b3b3967f84a6ea0564b15c99f9c0f0ccfa8bd0e5 (diff) | |
download | chromium_src-89b325285dc23b8b8e729cfd1b624afb1906f394.zip chromium_src-89b325285dc23b8b8e729cfd1b624afb1906f394.tar.gz chromium_src-89b325285dc23b8b8e729cfd1b624afb1906f394.tar.bz2 |
Move SpawnedTestServer to its own subdirectory.
This is a part of replacing most usages of the Python test server
with an in-process C++ test server that should be easier to debug.
BUG=96594
R=rch@chromium.org
Review URL: https://codereview.chromium.org/14691006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198783 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service')
-rw-r--r-- | chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc b/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc index bbd914a..c54a892 100644 --- a/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc +++ b/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc @@ -11,7 +11,7 @@ #include "chrome/service/cloud_print/cloud_print_url_fetcher.h" #include "chrome/service/service_process.h" #include "googleurl/src/gurl.h" -#include "net/test/spawned_test_server.h" +#include "net/test/spawned_test_server/spawned_test_server.h" #include "net/url_request/url_request_context_getter.h" #include "net/url_request/url_request_status.h" #include "net/url_request/url_request_test_util.h" |