diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-25 23:56:08 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-25 23:56:08 +0000 |
commit | 318e421e5f205dbf7c1988c338e1b27253a63f62 (patch) | |
tree | 54713671124e39b081a58e840e7ad8da0a83f4f7 /net/proxy/proxy_script_fetcher_impl_unittest.cc | |
parent | ceb61da3987d8b7ed828c88daac779b1fbc8c6f9 (diff) | |
download | chromium_src-318e421e5f205dbf7c1988c338e1b27253a63f62.zip chromium_src-318e421e5f205dbf7c1988c338e1b27253a63f62.tar.gz chromium_src-318e421e5f205dbf7c1988c338e1b27253a63f62.tar.bz2 |
Revert "Clean up net unit testing code." since it breaks the shlib builder.
This reverts commit 006f377bbb65ece3490b7c76e58e0dc4cb330909 (r72562).
BUG=68682
TEST=compiles
TBR=thomasvl
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72564 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/proxy/proxy_script_fetcher_impl_unittest.cc')
-rw-r--r-- | net/proxy/proxy_script_fetcher_impl_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/proxy/proxy_script_fetcher_impl_unittest.cc b/net/proxy/proxy_script_fetcher_impl_unittest.cc index 4a96071..3e068a6 100644 --- a/net/proxy/proxy_script_fetcher_impl_unittest.cc +++ b/net/proxy/proxy_script_fetcher_impl_unittest.cc @@ -15,7 +15,7 @@ #include "net/base/test_completion_callback.h" #include "net/disk_cache/disk_cache.h" #include "net/http/http_cache.h" -#include "net/url_request/url_request_test_util.h" +#include "net/url_request/url_request_unittest.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/platform_test.h" |