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

Unified Diff: extensions/browser/event_listener_map_unittest.cc

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (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 | « extensions/browser/error_map_unittest.cc ('k') | extensions/browser/event_router.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/event_listener_map_unittest.cc
diff --git a/extensions/browser/event_listener_map_unittest.cc b/extensions/browser/event_listener_map_unittest.cc
index 3a45c682fdef5e75bde1182276e081469a8c7434..93a92c30366f37ab317aa7cd144c05bc2ec83597 100644
--- a/extensions/browser/event_listener_map_unittest.cc
+++ b/extensions/browser/event_listener_map_unittest.cc
@@ -32,8 +32,8 @@ typedef base::Callback<scoped_ptr<EventListener>(
)> EventListenerConstructor;
class EmptyDelegate : public EventListenerMap::Delegate {
- virtual void OnListenerAdded(const EventListener* listener) OVERRIDE {};
- virtual void OnListenerRemoved(const EventListener* listener) OVERRIDE {};
+ virtual void OnListenerAdded(const EventListener* listener) override {};
+ virtual void OnListenerRemoved(const EventListener* listener) override {};
};
class EventListenerMapTest : public testing::Test {
« no previous file with comments | « extensions/browser/error_map_unittest.cc ('k') | extensions/browser/event_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698