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

Unified Diff: chrome/test/webdriver/commands/webdriver_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/url_command.h ('k') | chrome/test/webdriver/commands/webelement_commands.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/commands/webdriver_command.h
diff --git a/chrome/test/webdriver/commands/webdriver_command.h b/chrome/test/webdriver/commands/webdriver_command.h
index 9a6b754ec8acc89a31afcca15e73d91dfaf285d9..65442dc3d2f3c2b13594a2f176cc4d2bd1f34da4 100644
--- a/chrome/test/webdriver/commands/webdriver_command.h
+++ b/chrome/test/webdriver/commands/webdriver_command.h
@@ -32,9 +32,9 @@ class WebDriverCommand : public Command {
virtual ~WebDriverCommand();
// Initializes this webdriver command by fetching the command session.
- virtual bool Init(Response* const response);
+ virtual bool Init(Response* const response) OVERRIDE;
- virtual void Finish();
+ virtual void Finish() OVERRIDE;
protected:
Session* session_;
« no previous file with comments | « chrome/test/webdriver/commands/url_command.h ('k') | chrome/test/webdriver/commands/webelement_commands.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698