Index: chrome/test/webdriver/commands/webdriver_command.cc |
diff --git a/chrome/test/webdriver/commands/webdriver_command.cc b/chrome/test/webdriver/commands/webdriver_command.cc |
index 3fb9e416fdb1e6609f986238283bd815a8996802..c469cbeb255fe54ed1f284755d82b31da989016e 100644 |
--- a/chrome/test/webdriver/commands/webdriver_command.cc |
+++ b/chrome/test/webdriver/commands/webdriver_command.cc |
@@ -22,7 +22,7 @@ namespace webdriver { |
WebDriverCommand::WebDriverCommand( |
const std::vector<std::string>& path_segments, |
- const DictionaryValue* const parameters) |
+ DictionaryValue* const parameters) |
: Command(path_segments, parameters), session_(NULL) { |
} |