Index: chrome/test/webdriver/commands/execute_async_script_command.h |
diff --git a/chrome/test/webdriver/commands/execute_async_script_command.h b/chrome/test/webdriver/commands/execute_async_script_command.h |
index 31507b0b45af73b8f2f6276444b46e5ec6f1f24f..0ddfdb9bfb5c08b5702816345642012d7340e75c 100644 |
--- a/chrome/test/webdriver/commands/execute_async_script_command.h |
+++ b/chrome/test/webdriver/commands/execute_async_script_command.h |
@@ -26,7 +26,7 @@ class Response; |
class ExecuteAsyncScriptCommand : public WebDriverCommand { |
public: |
ExecuteAsyncScriptCommand(const std::vector<std::string>& path_segments, |
- const base::DictionaryValue* const parameters); |
+ base::DictionaryValue* const parameters); |
virtual ~ExecuteAsyncScriptCommand(); |
virtual bool DoesPost() OVERRIDE; |