Index: chrome/test/webdriver/commands/session_with_id.h |
diff --git a/chrome/test/webdriver/commands/session_with_id.h b/chrome/test/webdriver/commands/session_with_id.h |
index e634c65c80f84435c76d30db07d708fb887a31da..9848a4bdd20e9e45a933019c20a56f1a9b92c505 100644 |
--- a/chrome/test/webdriver/commands/session_with_id.h |
+++ b/chrome/test/webdriver/commands/session_with_id.h |
@@ -28,11 +28,11 @@ class SessionWithID : public WebDriverCommand { |
const DictionaryValue* const parameters); |
virtual ~SessionWithID(); |
- virtual bool DoesGet(); |
- virtual bool DoesDelete(); |
+ virtual bool DoesGet() OVERRIDE; |
+ virtual bool DoesDelete() OVERRIDE; |
- virtual void ExecuteGet(Response* const response); |
- virtual void ExecuteDelete(Response* const response); |
+ virtual void ExecuteGet(Response* const response) OVERRIDE; |
+ virtual void ExecuteDelete(Response* const response) OVERRIDE; |
private: |
DISALLOW_COPY_AND_ASSIGN(SessionWithID); |