Commit a10ba538 authored by mostynb's avatar mostynb Committed by Commit bot

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}
parent 72a65e46
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment