| Index: google_apis/gaia/gaia_auth_fetcher_unittest.cc
|
| diff --git a/google_apis/gaia/gaia_auth_fetcher_unittest.cc b/google_apis/gaia/gaia_auth_fetcher_unittest.cc
|
| index 5cce72b4986b092908da8959f43dfbe195a21745..ae48b5b41c5f19c15d63ff8488a83b9120e75f93 100644
|
| --- a/google_apis/gaia/gaia_auth_fetcher_unittest.cc
|
| +++ b/google_apis/gaia/gaia_auth_fetcher_unittest.cc
|
| @@ -17,7 +17,6 @@
|
| #include "google_apis/gaia/google_service_auth_error.h"
|
| #include "google_apis/gaia/mock_url_fetcher_factory.h"
|
| #include "google_apis/google_api_keys.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "net/base/load_flags.h"
|
| #include "net/base/net_errors.h"
|
| #include "net/http/http_status_code.h"
|
| @@ -27,6 +26,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 ::testing::_;
|
| using ::testing::Invoke;
|
|
|