| Index: content/browser/geolocation/wifi_data_provider_chromeos_unittest.cc
|
| diff --git a/content/browser/geolocation/wifi_data_provider_chromeos_unittest.cc b/content/browser/geolocation/wifi_data_provider_chromeos_unittest.cc
|
| index 66727159a654b313e8b095019f125beff4b4564c..272693f10b2b73132cffc274dceaa16b997f5782 100644
|
| --- a/content/browser/geolocation/wifi_data_provider_chromeos_unittest.cc
|
| +++ b/content/browser/geolocation/wifi_data_provider_chromeos_unittest.cc
|
| @@ -21,7 +21,7 @@ class GeolocationChromeOsWifiDataProviderTest : public testing::Test {
|
|
|
| virtual void SetUp() OVERRIDE {
|
| chromeos::DBusThreadManager::InitializeWithStub();
|
| - chromeos::GeolocationHandler::Initialize();
|
| + chromeos::NetworkHandler::Initialize();
|
| manager_client_ =
|
| chromeos::DBusThreadManager::Get()->GetShillManagerClient();
|
| manager_test_ = manager_client_->GetTestInterface();
|
| @@ -31,7 +31,7 @@ class GeolocationChromeOsWifiDataProviderTest : public testing::Test {
|
|
|
| virtual void TearDown() OVERRIDE {
|
| provider_ = NULL;
|
| - chromeos::GeolocationHandler::Shutdown();
|
| + chromeos::NetworkHandler::Shutdown();
|
| chromeos::DBusThreadManager::Shutdown();
|
| }
|
|
|
|
|