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

Unified Diff: chromeos/network/network_device_handler_unittest.cc

Issue 11887008: Deprecate ShillNetworkClient and add GeolocationHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unittest Created 7 years, 11 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: chromeos/network/network_device_handler_unittest.cc
diff --git a/chromeos/network/network_device_handler_unittest.cc b/chromeos/network/network_device_handler_unittest.cc
index 5ffd296f3a5b375b0b04ac36b973681dc9d750c4..589b97a54a4a811216b7c7677c47c73c36fe65d8 100644
--- a/chromeos/network/network_device_handler_unittest.cc
+++ b/chromeos/network/network_device_handler_unittest.cc
@@ -68,7 +68,7 @@ class NetworkDeviceHandlerTest : public testing::Test {
void AddDevice(const std::string& type, const std::string& id) {
manager_test_->AddDevice(id);
- device_test_->AddDevice(id, type, std::string("/device/" + id), "/stub");
+ device_test_->AddDevice(id, type, std::string("/device/" + id));
}
void RemoveDevice(const std::string& id) {

Powered by Google App Engine
This is Rietveld 408576698