0

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:
mostynb
2014-10-16 12:50:16 -07:00
committed by Commit bot
parent 72a65e46a0
commit a10ba53891

@ -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,