summaryrefslogtreecommitdiffstats
path: root/net/url_request
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-22 22:09:18 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-22 22:09:18 +0000
commit5d9eda686e91c013026c858ae2b447f8decb5e36 (patch)
tree54693f83736291bff83e6fe1e71756de5e67c655 /net/url_request
parenta5e71c95acee9dce58d009ad60fabfba2bfc5db9 (diff)
downloadchromium_src-5d9eda686e91c013026c858ae2b447f8decb5e36.zip
chromium_src-5d9eda686e91c013026c858ae2b447f8decb5e36.tar.gz
chromium_src-5d9eda686e91c013026c858ae2b447f8decb5e36.tar.bz2
Add url_fetcher_impl_unittest.cc back to net.gyp
This was accidentally left out in r142355. BUG=118220 TEST= Review URL: https://chromiumcodereview.appspot.com/10660002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/url_request')
-rw-r--r--net/url_request/url_fetcher_impl_unittest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/url_request/url_fetcher_impl_unittest.cc b/net/url_request/url_fetcher_impl_unittest.cc
index 419ec4f..b7eba37 100644
--- a/net/url_request/url_fetcher_impl_unittest.cc
+++ b/net/url_request/url_fetcher_impl_unittest.cc
@@ -127,7 +127,6 @@ class URLFetcherTest : public testing::Test,
// we assume that the current thread is the IO thread where the URLFetcher
// dispatches its requests to. When we wish to simulate being used from
// a UI thread, we dispatch a worker thread to do so.
- MessageLoopForIO io_loop_;
scoped_refptr<base::MessageLoopProxy> io_message_loop_proxy_;
URLFetcherImpl* fetcher_;