| Index: chrome/test/webdriver/commands/url_command.h
|
| diff --git a/chrome/test/webdriver/commands/url_command.h b/chrome/test/webdriver/commands/url_command.h
|
| index 075a4a8a69cc4419f911f92313940dc023522ce5..2cb9b48a443e2e19385d7ca36f89aa4059fedfab 100644
|
| --- a/chrome/test/webdriver/commands/url_command.h
|
| +++ b/chrome/test/webdriver/commands/url_command.h
|
| @@ -23,10 +23,10 @@ class URLCommand : public WebDriverCommand {
|
| const DictionaryValue* const parameters);
|
| virtual ~URLCommand();
|
|
|
| - virtual bool DoesGet();
|
| - virtual bool DoesPost();
|
| - virtual void ExecuteGet(Response* const response);
|
| - virtual void ExecutePost(Response* const response);
|
| + virtual bool DoesGet() OVERRIDE;
|
| + virtual bool DoesPost() OVERRIDE;
|
| + virtual void ExecuteGet(Response* const response) OVERRIDE;
|
| + virtual void ExecutePost(Response* const response) OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(URLCommand);
|
|
|