summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/commands/create_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/webdriver/commands/create_session.h')
-rw-r--r--chrome/test/webdriver/commands/create_session.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/webdriver/commands/create_session.h b/chrome/test/webdriver/commands/create_session.h
index 6595ae2..ea89475 100644
--- a/chrome/test/webdriver/commands/create_session.h
+++ b/chrome/test/webdriver/commands/create_session.h
@@ -26,8 +26,8 @@ class CreateSession : public Command {
const DictionaryValue* const parameters);
virtual ~CreateSession();
- 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(CreateSession);