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_; |