| Index: chrome/test/webdriver/commands/html5_location_commands.cc
|
| diff --git a/chrome/test/webdriver/commands/html5_location_commands.cc b/chrome/test/webdriver/commands/html5_location_commands.cc
|
| index 312950b95011670a0c9fafe86a401da6c887f2fa..cbc9119870a6a2031697e343e0152f19243d43f4 100644
|
| --- a/chrome/test/webdriver/commands/html5_location_commands.cc
|
| +++ b/chrome/test/webdriver/commands/html5_location_commands.cc
|
| @@ -13,7 +13,7 @@ namespace webdriver {
|
|
|
| HTML5LocationCommand::HTML5LocationCommand(
|
| const std::vector<std::string>& path_segments,
|
| - const base::DictionaryValue* const parameters)
|
| + base::DictionaryValue* const parameters)
|
| : WebDriverCommand(path_segments, parameters) {}
|
|
|
| HTML5LocationCommand::~HTML5LocationCommand() {}
|
|
|