Index: chrome/test/webdriver/commands/title_command.h |
diff --git a/chrome/test/webdriver/commands/title_command.h b/chrome/test/webdriver/commands/title_command.h |
index ba11f44b9851e52770720d9d757d15b78af23ee5..118c9ddbefd4e1aee6eb51ea051b1bdc8fecbf20 100644 |
--- a/chrome/test/webdriver/commands/title_command.h |
+++ b/chrome/test/webdriver/commands/title_command.h |
@@ -19,7 +19,7 @@ class Response; |
class TitleCommand : public WebDriverCommand { |
public: |
TitleCommand(const std::vector<std::string>& path_segments, |
- const DictionaryValue* const parameters); |
+ DictionaryValue* const parameters); |
virtual ~TitleCommand(); |
virtual bool DoesGet() OVERRIDE; |