Chromium Code Reviews| Index: chrome/common/net/gaia/oauth2_api_call_flow_unittest.cc |
| diff --git a/chrome/common/net/gaia/oauth2_api_call_flow_unittest.cc b/chrome/common/net/gaia/oauth2_api_call_flow_unittest.cc |
| index b36b185e3957323f6680441d849815c9721d12ed..691da8a63e6a0ac057d4cc5f47d161a397365746 100644 |
| --- a/chrome/common/net/gaia/oauth2_api_call_flow_unittest.cc |
| +++ b/chrome/common/net/gaia/oauth2_api_call_flow_unittest.cc |
| @@ -60,10 +60,10 @@ class MockUrlFetcherFactory : public ScopedURLFetcherFactory, |
| MOCK_METHOD4( |
| CreateURLFetcher, |
| - content::URLFetcher* (int id, |
| - const GURL& url, |
| - URLFetcher::RequestType request_type, |
| - URLFetcherDelegate* d)); |
| + net::URLFetcher* (int id, |
|
wtc
2012/05/23 01:34:01
This file has a
using net::URLFetcher;
stateme
akalin
2012/05/23 04:33:09
Done. I think I got the other instances, too.
|
| + const GURL& url, |
| + URLFetcher::RequestType request_type, |
| + URLFetcherDelegate* d)); |
| }; |
| class MockAccessTokenFetcher : public OAuth2AccessTokenFetcher { |