| Index: chrome/test/webdriver/commands/find_element_commands.cc
|
| diff --git a/chrome/test/webdriver/commands/find_element_commands.cc b/chrome/test/webdriver/commands/find_element_commands.cc
|
| index 9ca3568006e672942f746390e22e00f2c110a860..e7f0204f22be5f75d633bd7ae088402707278de2 100644
|
| --- a/chrome/test/webdriver/commands/find_element_commands.cc
|
| +++ b/chrome/test/webdriver/commands/find_element_commands.cc
|
| @@ -14,7 +14,7 @@ namespace webdriver {
|
|
|
| FindElementCommand::FindElementCommand(
|
| const std::vector<std::string>& path_segments,
|
| - const DictionaryValue* const parameters,
|
| + DictionaryValue* const parameters,
|
| const bool find_one_element)
|
| : WebDriverCommand(path_segments, parameters),
|
| find_one_element_(find_one_element) {}
|
|
|