Index: chrome/test/webdriver/commands/webdriver_command.h |
diff --git a/chrome/test/webdriver/commands/webdriver_command.h b/chrome/test/webdriver/commands/webdriver_command.h |
index 9a6b754ec8acc89a31afcca15e73d91dfaf285d9..65442dc3d2f3c2b13594a2f176cc4d2bd1f34da4 100644 |
--- a/chrome/test/webdriver/commands/webdriver_command.h |
+++ b/chrome/test/webdriver/commands/webdriver_command.h |
@@ -32,9 +32,9 @@ class WebDriverCommand : public Command { |
virtual ~WebDriverCommand(); |
// Initializes this webdriver command by fetching the command session. |
- virtual bool Init(Response* const response); |
+ virtual bool Init(Response* const response) OVERRIDE; |
- virtual void Finish(); |
+ virtual void Finish() OVERRIDE; |
protected: |
Session* session_; |