| Index: google_apis/gaia/oauth2_access_token_fetcher_unittest.cc
|
| diff --git a/google_apis/gaia/oauth2_access_token_fetcher_unittest.cc b/google_apis/gaia/oauth2_access_token_fetcher_unittest.cc
|
| index 2d4166eddfa3bd9216b72639ab092411255fef46..ae022f5fbcab13797bdb33ab5de9102fc4e650df 100644
|
| --- a/google_apis/gaia/oauth2_access_token_fetcher_unittest.cc
|
| +++ b/google_apis/gaia/oauth2_access_token_fetcher_unittest.cc
|
| @@ -13,7 +13,6 @@
|
| #include "google_apis/gaia/google_service_auth_error.h"
|
| #include "google_apis/gaia/oauth2_access_token_consumer.h"
|
| #include "google_apis/gaia/oauth2_access_token_fetcher.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "net/http/http_status_code.h"
|
| #include "net/url_request/test_url_fetcher_factory.h"
|
| #include "net/url_request/url_fetcher.h"
|
| @@ -24,6 +23,7 @@
|
| #include "net/url_request/url_request_test_util.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "url/gurl.h"
|
|
|
| using content::BrowserThread;
|
| using net::ResponseCookies;
|
|
|