| Index: chrome/test/webdriver/commands/find_element_commands.h
|
| diff --git a/chrome/test/webdriver/commands/find_element_commands.h b/chrome/test/webdriver/commands/find_element_commands.h
|
| index 46dfbaefc0330a3a00268d4e879c52cd08fe65fb..488d66d55d21796568de15bce23e52e1edc5ec85 100644
|
| --- a/chrome/test/webdriver/commands/find_element_commands.h
|
| +++ b/chrome/test/webdriver/commands/find_element_commands.h
|
| @@ -23,8 +23,8 @@ class FindElementCommand : public WebDriverCommand {
|
| const bool find_one_element);
|
| virtual ~FindElementCommand();
|
|
|
| - virtual bool DoesPost();
|
| - virtual void ExecutePost(Response* const response);
|
| + virtual bool DoesPost() OVERRIDE;
|
| + virtual void ExecutePost(Response* const response) OVERRIDE;
|
|
|
| private:
|
| const bool find_one_element_;
|
|
|