| Index: content/browser/geolocation/network_location_provider_unittest.cc
|
| diff --git a/content/browser/geolocation/network_location_provider_unittest.cc b/content/browser/geolocation/network_location_provider_unittest.cc
|
| index 1192531fa28c69e72d36b5dce264b70b987a8ac9..6f1e6d888a9c39522e5b04a75a092941c17cdb38 100644
|
| --- a/content/browser/geolocation/network_location_provider_unittest.cc
|
| +++ b/content/browser/geolocation/network_location_provider_unittest.cc
|
| @@ -9,7 +9,7 @@
|
| #include "base/values.h"
|
| #include "content/browser/geolocation/fake_access_token_store.h"
|
| #include "content/browser/geolocation/network_location_provider.h"
|
| -#include "content/common/test_url_fetcher_factory.h"
|
| +#include "content/test/test_url_fetcher_factory.h"
|
| #include "net/url_request/url_request_status.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -115,7 +115,6 @@ MockDeviceDataProviderImpl<DataType>::instance_ = NULL;
|
| class GeolocationNetworkProviderTest : public testing::Test {
|
| public:
|
| virtual void SetUp() {
|
| - URLFetcher::set_factory(&url_fetcher_factory_);
|
| access_token_store_ = new FakeAccessTokenStore;
|
| gateway_data_provider_ =
|
| MockDeviceDataProviderImpl<GatewayData>::CreateInstance();
|
| @@ -129,7 +128,6 @@ class GeolocationNetworkProviderTest : public testing::Test {
|
| WifiDataProvider::ResetFactory();
|
| RadioDataProvider::ResetFactory();
|
| GatewayDataProvider::ResetFactory();
|
| - URLFetcher::set_factory(NULL);
|
| }
|
|
|
| LocationProviderBase* CreateProvider(bool set_permission_granted) {
|
|
|