| Index: chrome/test/webdriver/commands/source_command.h
|
| diff --git a/chrome/test/webdriver/commands/source_command.h b/chrome/test/webdriver/commands/source_command.h
|
| index 7444009022cce976fbc706f27642ac4e75e63350..9cce53599e68014030a9676d37a358e630ed294a 100644
|
| --- a/chrome/test/webdriver/commands/source_command.h
|
| +++ b/chrome/test/webdriver/commands/source_command.h
|
| @@ -26,8 +26,8 @@ class SourceCommand : public WebDriverCommand {
|
| const base::DictionaryValue* const parameters);
|
| virtual ~SourceCommand();
|
|
|
| - 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(SourceCommand);
|
|
|