| Index: content/common/url_fetcher.cc
|
| diff --git a/content/common/url_fetcher.cc b/content/common/url_fetcher.cc
|
| index c54c0d7c1fc4def6947c27d1e8f2de7a4a63e99d..7f1f0c354789ef889612b8c8f688fa734fbbe851 100644
|
| --- a/content/common/url_fetcher.cc
|
| +++ b/content/common/url_fetcher.cc
|
| @@ -533,7 +533,7 @@ URLFetcher::Core::Core(URLFetcher* fetcher,
|
| request_type_(request_type),
|
| delegate_(d),
|
| delegate_loop_proxy_(
|
| - base::MessageLoopProxy::CreateForCurrentThread()),
|
| + base::MessageLoopProxy::current()),
|
| request_(NULL),
|
| load_flags_(net::LOAD_NORMAL),
|
| response_code_(URLFetcher::kInvalidHttpResponseCode),
|
|
|