| Index: chrome/test/webdriver/commands/webelement_commands.h
|
| diff --git a/chrome/test/webdriver/commands/webelement_commands.h b/chrome/test/webdriver/commands/webelement_commands.h
|
| index 287e89d2881431d8459179265e986d9a4b1f266f..6ed3bf4b86411b4b257a0e12bcee0c79d7d897f4 100644
|
| --- a/chrome/test/webdriver/commands/webelement_commands.h
|
| +++ b/chrome/test/webdriver/commands/webelement_commands.h
|
| @@ -29,7 +29,7 @@ class Response;
|
| class WebElementCommand : public WebDriverCommand {
|
| public:
|
| WebElementCommand(const std::vector<std::string>& path_segments,
|
| - const base::DictionaryValue* const parameters);
|
| + base::DictionaryValue* const parameters);
|
| virtual ~WebElementCommand();
|
|
|
| virtual bool Init(Response* const response) OVERRIDE;
|
|
|