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

Unified Diff: dbus/test_service.h

Issue 8684001: Add OVERRIDE to base/, dbus/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « base/message_pump_glib.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/test_service.h
diff --git a/dbus/test_service.h b/dbus/test_service.h
index 3ea40db8b66decf4149fb729c596bfe135b17224..153613e183d243e515d6f8e6abd7785e648d1b1a 100644
--- a/dbus/test_service.h
+++ b/dbus/test_service.h
@@ -82,7 +82,7 @@ class TestService : public base::Thread {
bool success);
// base::Thread override.
- virtual void Run(MessageLoop* message_loop);
+ virtual void Run(MessageLoop* message_loop) OVERRIDE;
//
// Exported methods.
« no previous file with comments | « base/message_pump_glib.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698