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

Unified Diff: chrome/test/webdriver/commands/title_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
Index: chrome/test/webdriver/commands/title_command.h
diff --git a/chrome/test/webdriver/commands/title_command.h b/chrome/test/webdriver/commands/title_command.h
index 4a4723e97f00910fac064f41b6dccabc08ce3f2d..ba11f44b9851e52770720d9d757d15b78af23ee5 100644
--- a/chrome/test/webdriver/commands/title_command.h
+++ b/chrome/test/webdriver/commands/title_command.h
@@ -22,8 +22,8 @@ class TitleCommand : public WebDriverCommand {
const DictionaryValue* const parameters);
virtual ~TitleCommand();
- virtual bool DoesGet();
- virtual void ExecuteGet(Response* const response);
+ virtual bool DoesGet() OVERRIDE;
+ virtual void ExecuteGet(Response* const response) OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(TitleCommand);
« no previous file with comments | « chrome/test/webdriver/commands/target_locator_commands.h ('k') | chrome/test/webdriver/commands/url_command.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698