summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/commands/appcache_status_command.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/appcache_status_command.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/appcache_status_command.h')
-rw-r--r--chrome/test/webdriver/commands/appcache_status_command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/webdriver/commands/appcache_status_command.h b/chrome/test/webdriver/commands/appcache_status_command.h
index fc91e3c..543f050 100644
--- a/chrome/test/webdriver/commands/appcache_status_command.h
+++ b/chrome/test/webdriver/commands/appcache_status_command.h
@@ -24,10 +24,10 @@ class AppCacheStatusCommand : public WebDriverCommand {
const base::DictionaryValue* const parameters);
virtual ~AppCacheStatusCommand();
- virtual bool DoesGet();
+ virtual bool DoesGet() OVERRIDE;
// A call with HTTP GET will return the status of the appcahe.
- virtual void ExecuteGet(Response* const response);
+ virtual void ExecuteGet(Response* const response) OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(AppCacheStatusCommand);