Skip to content

Commit

Permalink
change OVERRIDE to override in dbus/object_manager.h in comment
Browse files Browse the repository at this point in the history
TBR=keybuk@chromium.org
BUG=417463

Review URL: https://codereview.chromium.org/652663002

Cr-Commit-Position: refs/heads/master@{#299962}
  • Loading branch information
mostynb authored and Commit bot committed Oct 16, 2014
1 parent 72a65e4 commit a10ba53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbus/object_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a10ba53

Please sign in to comment.