Index: chrome/test/webdriver/commands/create_session.cc |
diff --git a/chrome/test/webdriver/commands/create_session.cc b/chrome/test/webdriver/commands/create_session.cc |
index 7e80ec624cf01c47b2255cc09a3584e279272d5b..87bb8940ab38bc3255404c6c40802f4ff685efd6 100644 |
--- a/chrome/test/webdriver/commands/create_session.cc |
+++ b/chrome/test/webdriver/commands/create_session.cc |
@@ -18,7 +18,7 @@ |
namespace webdriver { |
CreateSession::CreateSession(const std::vector<std::string>& path_segments, |
- const DictionaryValue* const parameters) |
+ DictionaryValue* const parameters) |
: Command(path_segments, parameters) {} |
CreateSession::~CreateSession() {} |