| Index: chrome/test/webdriver/commands/keys_command.h
|
| diff --git a/chrome/test/webdriver/commands/keys_command.h b/chrome/test/webdriver/commands/keys_command.h
|
| index 62706593526e7b77ed4aae8c90b9358a7022d17e..7faec5376288b9f533354c3a8a1192837557cf2a 100644
|
| --- a/chrome/test/webdriver/commands/keys_command.h
|
| +++ b/chrome/test/webdriver/commands/keys_command.h
|
| @@ -23,7 +23,7 @@ class Response;
|
| class KeysCommand : public WebDriverCommand {
|
| public:
|
| KeysCommand(const std::vector<std::string>& path_segments,
|
| - const DictionaryValue* const parameters);
|
| + DictionaryValue* const parameters);
|
| virtual ~KeysCommand();
|
|
|
| virtual bool DoesPost() OVERRIDE;
|
|
|