Index: chrome/test/webdriver/commands/execute_command.h |
diff --git a/chrome/test/webdriver/commands/execute_command.h b/chrome/test/webdriver/commands/execute_command.h |
index c164b78412cd8938d6396997123ec9226c75db99..812de83c08c2bdc62b6c8be81ee960058bfed326 100644 |
--- a/chrome/test/webdriver/commands/execute_command.h |
+++ b/chrome/test/webdriver/commands/execute_command.h |
@@ -26,8 +26,8 @@ class ExecuteCommand : public WebDriverCommand { |
const DictionaryValue* const parameters); |
virtual ~ExecuteCommand(); |
- virtual bool DoesPost(); |
- virtual void ExecutePost(Response* const response); |
+ virtual bool DoesPost() OVERRIDE; |
+ virtual void ExecutePost(Response* const response) OVERRIDE; |
private: |
DISALLOW_COPY_AND_ASSIGN(ExecuteCommand); |