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

Unified Diff: chrome/test/webdriver/commands/browser_connection_commands.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/browser_connection_commands.h
diff --git a/chrome/test/webdriver/commands/browser_connection_commands.h b/chrome/test/webdriver/commands/browser_connection_commands.h
index adc2663237096ba83f91233d5036a2c4d7dad1aa..00ebfec2933ff07138a7378ec0d6958b93c534eb 100644
--- a/chrome/test/webdriver/commands/browser_connection_commands.h
+++ b/chrome/test/webdriver/commands/browser_connection_commands.h
@@ -27,10 +27,10 @@ class BrowserConnectionCommand : public WebDriverCommand {
const base::DictionaryValue* const parameters);
virtual ~BrowserConnectionCommand();
- virtual bool DoesGet();
+ virtual bool DoesGet() OVERRIDE;
// A call with HTTP GET will return the browser connection state.
- virtual void ExecuteGet(Response* const response);
+ virtual void ExecuteGet(Response* const response) OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(BrowserConnectionCommand);
« no previous file with comments | « chrome/test/webdriver/commands/appcache_status_command.h ('k') | chrome/test/webdriver/commands/cookie_commands.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698