summaryrefslogtreecommitdiffstats
path: root/content/common/net
diff options
context:
space:
mode:
authorjnd@chromium.org <jnd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-12 06:04:43 +0000
committerjnd@chromium.org <jnd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-12 06:04:43 +0000
commit31526823f1e7e7f1418f44cfb0f4e0283daf54ec (patch)
treeb751259ceec955513fcceaec3272316570e0d33c /content/common/net
parente4f849682312f4300e6447b7227650e38c8d8415 (diff)
downloadchromium_src-31526823f1e7e7f1418f44cfb0f4e0283daf54ec.zip
chromium_src-31526823f1e7e7f1418f44cfb0f4e0283daf54ec.tar.gz
chromium_src-31526823f1e7e7f1418f44cfb0f4e0283daf54ec.tar.bz2
Make test server to talk with the python test server which is running on remote machine.
For Chromium/Android platform, since there is no python env support on Android device, we have to run the test server on the remote host and let the test server to talk with it. Also add the net_util.h into some test files to fix compilation error. They used to implicitly rely on the net_util.h definition by including test_server.h, but the net_util.h is removed from test_server.h in this patch. Since the fix in those test files are trivial, Ryan and Paweł are OK with the patch, just TBR to the owners to skip the owner presubmit check for landing. TBR=owners BUG=None TEST=net_unittests should pass on all platforms Review URL: http://codereview.chromium.org/9359051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126100 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/net')
-rw-r--r--content/common/net/url_fetcher_impl_unittest.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/common/net/url_fetcher_impl_unittest.cc b/content/common/net/url_fetcher_impl_unittest.cc
index 43439a0..354d9c0 100644
--- a/content/common/net/url_fetcher_impl_unittest.cc
+++ b/content/common/net/url_fetcher_impl_unittest.cc
@@ -4,7 +4,10 @@
#include "content/common/net/url_fetcher_impl.h"
+#include <string>
+
#include "base/bind.h"
+#include "base/file_util.h"
#include "base/message_loop_proxy.h"
#include "base/scoped_temp_dir.h"
#include "base/synchronization/waitable_event.h"