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