Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Unified Diff: chrome/test/webdriver/commands/execute_async_script_command.h

Issue 8558032: Add OVERRIDE to chrome/test/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/webdriver/commands/create_session.h ('k') | chrome/test/webdriver/commands/execute_command.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/commands/execute_async_script_command.h
diff --git a/chrome/test/webdriver/commands/execute_async_script_command.h b/chrome/test/webdriver/commands/execute_async_script_command.h
index 40c75b8b2fae904f522b287ea1adc73f0c1c2eb3..31507b0b45af73b8f2f6276444b46e5ec6f1f24f 100644
--- a/chrome/test/webdriver/commands/execute_async_script_command.h
+++ b/chrome/test/webdriver/commands/execute_async_script_command.h
@@ -29,8 +29,8 @@ class ExecuteAsyncScriptCommand : public WebDriverCommand {
const base::DictionaryValue* const parameters);
virtual ~ExecuteAsyncScriptCommand();
- 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(ExecuteAsyncScriptCommand);
« no previous file with comments | « chrome/test/webdriver/commands/create_session.h ('k') | chrome/test/webdriver/commands/execute_command.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698