Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(731)

Unified Diff: dbus/object_manager.h

Issue 652663002: change OVERRIDE to override in dbus/object_manager.h in comment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698