| 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 01fb282a5a36afd177314ab1c8fb8c1522d4153d..b724ae4f0dc79b5a716d1d129114c409c8c04e1e 100644
|
| --- a/chromeos/network/shill_property_handler_unittest.cc
|
| +++ b/chromeos/network/shill_property_handler_unittest.cc
|
| @@ -50,6 +50,9 @@ class TestListener : public internal::ShillPropertyHandler::Listener {
|
| AddPropertyUpdate(GetTypeString(type), path);
|
| }
|
|
|
| + virtual void ProfileListChanged() OVERRIDE {
|
| + }
|
| +
|
| virtual void UpdateNetworkServiceProperty(
|
| const std::string& service_path,
|
| const std::string& key,
|
|
|