Index: chrome/test/webdriver/commands/screenshot_command.cc |
diff --git a/chrome/test/webdriver/commands/screenshot_command.cc b/chrome/test/webdriver/commands/screenshot_command.cc |
index 2ae4dea7062dde73b9bc0001978c28851af81a88..0446becd6a973cf69199c7f224875ee6cf7f0d6b 100644 |
--- a/chrome/test/webdriver/commands/screenshot_command.cc |
+++ b/chrome/test/webdriver/commands/screenshot_command.cc |
@@ -16,7 +16,7 @@ |
namespace webdriver { |
ScreenshotCommand::ScreenshotCommand(const std::vector<std::string>& ps, |
- const DictionaryValue* const parameters) |
+ DictionaryValue* const parameters) |
: WebDriverCommand(ps, parameters) {} |
ScreenshotCommand::~ScreenshotCommand() {} |