| Index: dbus/object_manager.h
|
| diff --git a/dbus/object_manager.h b/dbus/object_manager.h
|
| index 30dfc42e0cb2fb7605571ab92118fdeb4a3c102e..23a88cdc893ed871845a16f5c89b73f7d1302c28 100644
|
| --- a/dbus/object_manager.h
|
| +++ b/dbus/object_manager.h
|
| @@ -79,7 +79,7 @@
|
| // Example:
|
| // dbus::PropertySet* CreateProperties(dbus::ObjectProxy* object_proxy,
|
| // const std::string& interface_name)
|
| -// OVERRIDE {
|
| +// override {
|
| // Properties* properties = new Properties(
|
| // object_proxy, interface_name,
|
| // base::Bind(&PropertyChanged,
|
|
|