| Index: chrome/test/webdriver/commands/create_session.h
|
| diff --git a/chrome/test/webdriver/commands/create_session.h b/chrome/test/webdriver/commands/create_session.h
|
| index 6595ae24c1e701bf7a9054a55caa259a7e61ac18..ea89475be4c7aec443575c8c494a48f5c629af41 100644
|
| --- a/chrome/test/webdriver/commands/create_session.h
|
| +++ b/chrome/test/webdriver/commands/create_session.h
|
| @@ -26,8 +26,8 @@ class CreateSession : public Command {
|
| const DictionaryValue* const parameters);
|
| virtual ~CreateSession();
|
|
|
| - virtual bool DoesPost();
|
| - virtual void ExecutePost(Response* const response);
|
| + virtual bool DoesPost() OVERRIDE;
|
| + virtual void ExecutePost(Response* const response) OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(CreateSession);
|
|
|