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

Unified Diff: chrome/test/chromedriver/command_listener_proxy.h

Issue 637933002: Replace FINAL and OVERRIDE with their C++11 counterparts in chrome/test (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
Index: chrome/test/chromedriver/command_listener_proxy.h
diff --git a/chrome/test/chromedriver/command_listener_proxy.h b/chrome/test/chromedriver/command_listener_proxy.h
index 5788cae107df18efdc5bd21f9fdca72cc0d9088d..dea86830fef7ea85ae48790e4813c9a1630ceeae 100644
--- a/chrome/test/chromedriver/command_listener_proxy.h
+++ b/chrome/test/chromedriver/command_listener_proxy.h
@@ -19,7 +19,7 @@ class CommandListenerProxy : public CommandListener {
explicit CommandListenerProxy(CommandListener* command_listener);
// Forwards commands to |command_listener_|.
- virtual Status BeforeCommand(const std::string& command_name) OVERRIDE;
+ virtual Status BeforeCommand(const std::string& command_name) override;
private:
CommandListener* const command_listener_;
« no previous file with comments | « chrome/test/chromedriver/chrome/web_view_impl_unittest.cc ('k') | chrome/test/chromedriver/command_listener_proxy_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698