summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/commands/create_session.h
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-19 00:09:10 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-19 00:09:10 +0000
commit679f9f3e5f2232697d65d61254b0fb31f7c11d13 (patch)
tree54fc9496cff50de44debcc42763ee9383565e8c5 /chrome/test/webdriver/commands/create_session.h
parent3bb9614bb94ca752dbaba6448caa147e840e2bcd (diff)
downloadchromium_src-679f9f3e5f2232697d65d61254b0fb31f7c11d13.zip
chromium_src-679f9f3e5f2232697d65d61254b0fb31f7c11d13.tar.gz
chromium_src-679f9f3e5f2232697d65d61254b0fb31f7c11d13.tar.bz2
Add OVERRIDE to chrome/test/.
BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8558032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110793 0039d316-1c4b-4281-b951-d872f2087c98
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);