summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/commands/appcache_status_command.h
diff options
context:
space:
mode:
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);