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

Unified Diff: chromeos/network/shill_property_handler_unittest.cc

Issue 275543005: Use GUID instead of ServicePath in networkingPrivate API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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: chromeos/network/shill_property_handler_unittest.cc
diff --git a/chromeos/network/shill_property_handler_unittest.cc b/chromeos/network/shill_property_handler_unittest.cc
index 7655d84e0377371f1aca7a8478566e13ac0f09ba..c9c60f2fbb6cdabfab3084342ce9d33418d7b585 100644
--- a/chromeos/network/shill_property_handler_unittest.cc
+++ b/chromeos/network/shill_property_handler_unittest.cc
@@ -229,7 +229,8 @@ class ShillPropertyHandlerTest : public testing::Test {
const std::string& ipconfig_path,
bool add_to_watch_list) {
ASSERT_TRUE(IsValidType(type));
- service_test_->AddServiceWithIPConfig(id, id, type, state,
+ service_test_->AddServiceWithIPConfig(id, "" /* guid */, id /* name */,
+ type, state,
ipconfig_path,
true /* visible */,
add_to_watch_list);

Powered by Google App Engine
This is Rietveld 408576698