Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Unified Diff: content/browser/geolocation/wifi_data_provider_chromeos_unittest.cc

Issue 14729017: Add NetworkHandler to own network handlers in src/chromeos/network (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698