| Index: chrome/common/net/gaia/oauth2_access_token_fetcher_unittest.cc
|
| diff --git a/chrome/common/net/gaia/oauth2_access_token_fetcher_unittest.cc b/chrome/common/net/gaia/oauth2_access_token_fetcher_unittest.cc
|
| index 3059a35f2a1835791627102af44f3b3be692bf07..b758e40b9006fc8b07e75c14b52171acb38dbde9 100644
|
| --- a/chrome/common/net/gaia/oauth2_access_token_fetcher_unittest.cc
|
| +++ b/chrome/common/net/gaia/oauth2_access_token_fetcher_unittest.cc
|
| @@ -13,11 +13,11 @@
|
| #include "chrome/common/net/gaia/oauth2_access_token_consumer.h"
|
| #include "chrome/common/net/gaia/oauth2_access_token_fetcher.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| -#include "content/public/common/url_fetcher.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| #include "content/public/test/test_url_fetcher_factory.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/http/http_status_code.h"
|
| +#include "net/url_request/url_fetcher.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
| #include "net/url_request/url_fetcher_factory.h"
|
| #include "net/url_request/url_request.h"
|
|
|