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