Index: chrome/test/webdriver/commands/screenshot_command.h |
diff --git a/chrome/test/webdriver/commands/screenshot_command.h b/chrome/test/webdriver/commands/screenshot_command.h |
index 5fe8bdf74cad1fe0eaaf2824dd6a1f062f5a7817..dd276af1cd82f9bcb137578771b973c994b31e85 100644 |
--- a/chrome/test/webdriver/commands/screenshot_command.h |
+++ b/chrome/test/webdriver/commands/screenshot_command.h |
@@ -26,8 +26,8 @@ class ScreenshotCommand : public WebDriverCommand { |
const base::DictionaryValue* const parameters); |
virtual ~ScreenshotCommand(); |
- virtual bool DoesGet(); |
- virtual void ExecuteGet(Response* const response); |
+ virtual bool DoesGet() OVERRIDE; |
+ virtual void ExecuteGet(Response* const response) OVERRIDE; |
private: |
DISALLOW_COPY_AND_ASSIGN(ScreenshotCommand); |