Index: chrome/test/webdriver/commands/webdriver_command.h |
diff --git a/chrome/test/webdriver/commands/webdriver_command.h b/chrome/test/webdriver/commands/webdriver_command.h |
index 56ba60f48f327930e5c29b02d0f1da13c8f9c583..ce89ca42068eb27bffd730a8649ede94f4f907ef 100644 |
--- a/chrome/test/webdriver/commands/webdriver_command.h |
+++ b/chrome/test/webdriver/commands/webdriver_command.h |
@@ -28,7 +28,7 @@ class Session; |
class WebDriverCommand : public Command { |
public: |
WebDriverCommand(const std::vector<std::string>& path_segments, |
- const base::DictionaryValue* const parameters); |
+ base::DictionaryValue* const parameters); |
virtual ~WebDriverCommand(); |
// Initializes this webdriver command by fetching the command session. |