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

Unified Diff: chrome/test/webdriver/commands/session_with_id.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/session_with_id.h
diff --git a/chrome/test/webdriver/commands/session_with_id.h b/chrome/test/webdriver/commands/session_with_id.h
index e634c65c80f84435c76d30db07d708fb887a31da..9848a4bdd20e9e45a933019c20a56f1a9b92c505 100644
--- a/chrome/test/webdriver/commands/session_with_id.h
+++ b/chrome/test/webdriver/commands/session_with_id.h
@@ -28,11 +28,11 @@ class SessionWithID : public WebDriverCommand {
const DictionaryValue* const parameters);
virtual ~SessionWithID();
- virtual bool DoesGet();
- virtual bool DoesDelete();
+ virtual bool DoesGet() OVERRIDE;
+ virtual bool DoesDelete() OVERRIDE;
- virtual void ExecuteGet(Response* const response);
- virtual void ExecuteDelete(Response* const response);
+ virtual void ExecuteGet(Response* const response) OVERRIDE;
+ virtual void ExecuteDelete(Response* const response) OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(SessionWithID);
« no previous file with comments | « chrome/test/webdriver/commands/screenshot_command.h ('k') | chrome/test/webdriver/commands/set_timeout_commands.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698