| 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);
|
|
|