| 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 34e685a103fdac8380b0d202a7554dcfe82e3cbd..307fb62649f7eb8664f4192543785e9f7c63f29d 100644
|
| --- a/chromeos/network/shill_property_handler_unittest.cc
|
| +++ b/chromeos/network/shill_property_handler_unittest.cc
|
| @@ -67,7 +67,7 @@ class TestListener : public internal::ShillPropertyHandler::Listener {
|
| AddPropertyUpdate(flimflam::kDevicesProperty, device_path);
|
| }
|
|
|
| - virtual void ManagerPropertyChanged() OVERRIDE {
|
| + virtual void NotifyManagerPropertyChanged() OVERRIDE {
|
| ++manager_updates_;
|
| }
|
|
|
|
|