| Index: content/common/url_fetcher_unittest.cc
|
| diff --git a/content/common/url_fetcher_unittest.cc b/content/common/url_fetcher_unittest.cc
|
| index 3e37f75e035135ea10099bfb2d132b1ec2da597c..398a0cbac8e5e2ee568c52d3aebb5eed1a8ff42b 100644
|
| --- a/content/common/url_fetcher_unittest.cc
|
| +++ b/content/common/url_fetcher_unittest.cc
|
| @@ -95,7 +95,7 @@ class URLFetcherTest : public testing::Test, public URLFetcher::Delegate {
|
| virtual void SetUp() {
|
| testing::Test::SetUp();
|
|
|
| - io_message_loop_proxy_ = base::MessageLoopProxy::CreateForCurrentThread();
|
| + io_message_loop_proxy_ = base::MessageLoopProxy::current();
|
|
|
| #if defined(USE_NSS)
|
| crypto::EnsureNSSInit();
|
|
|