| Index: google_apis/gaia/oauth2_api_call_flow_unittest.cc
|
| diff --git a/google_apis/gaia/oauth2_api_call_flow_unittest.cc b/google_apis/gaia/oauth2_api_call_flow_unittest.cc
|
| index 1222ae351dbfe5c25797b7c584bc052890bd1ace..d537bb7f08bb27420953f2b631e717984f9ba1e5 100644
|
| --- a/google_apis/gaia/oauth2_api_call_flow_unittest.cc
|
| +++ b/google_apis/gaia/oauth2_api_call_flow_unittest.cc
|
| @@ -99,7 +99,7 @@ class OAuth2ApiCallFlowTest : public testing::Test {
|
| protected:
|
| OAuth2ApiCallFlowTest()
|
| : request_context_getter_(new net::TestURLRequestContextGetter(
|
| - message_loop_.message_loop_proxy())) {}
|
| + message_loop_.task_runner())) {}
|
|
|
| TestURLFetcher* CreateURLFetcher(
|
| const GURL& url, bool fetch_succeeds,
|
|
|