| Index: dbus/mock_object_manager.h
|
| diff --git a/dbus/mock_object_manager.h b/dbus/mock_object_manager.h
|
| index e4c76ba71144c781b7f00429d62ed39d2598dc4f..2318e497ea07459970f545df89a9a205592f90c6 100644
|
| --- a/dbus/mock_object_manager.h
|
| +++ b/dbus/mock_object_manager.h
|
| @@ -31,7 +31,6 @@ class MockObjectManager : public ObjectManager {
|
| MOCK_METHOD1(GetObjectProxy, ObjectProxy*(const ObjectPath&));
|
| MOCK_METHOD2(GetProperties, PropertySet*(const ObjectPath&,
|
| const std::string&));
|
| - MOCK_METHOD0(GetManagedObjects, void());
|
|
|
| protected:
|
| virtual ~MockObjectManager();
|
|
|