diff options
| author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-19 00:09:10 +0000 |
|---|---|---|
| committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-19 00:09:10 +0000 |
| commit | 679f9f3e5f2232697d65d61254b0fb31f7c11d13 (patch) | |
| tree | 54fc9496cff50de44debcc42763ee9383565e8c5 /chrome/test/webdriver/commands/find_element_commands.h | |
| parent | 3bb9614bb94ca752dbaba6448caa147e840e2bcd (diff) | |
| download | chromium_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/find_element_commands.h')
| -rw-r--r-- | chrome/test/webdriver/commands/find_element_commands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/webdriver/commands/find_element_commands.h b/chrome/test/webdriver/commands/find_element_commands.h index 46dfbae..488d66d 100644 --- a/chrome/test/webdriver/commands/find_element_commands.h +++ b/chrome/test/webdriver/commands/find_element_commands.h @@ -23,8 +23,8 @@ class FindElementCommand : public WebDriverCommand { const bool find_one_element); virtual ~FindElementCommand(); - virtual bool DoesPost(); - virtual void ExecutePost(Response* const response); + virtual bool DoesPost() OVERRIDE; + virtual void ExecutePost(Response* const response) OVERRIDE; private: const bool find_one_element_; |
