change OVERRIDE to override in dbus/object_manager.h in comment
TBR=keybuk@chromium.org BUG=417463 Review URL: https://codereview.chromium.org/652663002 Cr-Commit-Position: refs/heads/master@{#299962}
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user