| Index: chrome/test/webdriver/commands/url_command.h
|
| diff --git a/chrome/test/webdriver/commands/url_command.h b/chrome/test/webdriver/commands/url_command.h
|
| index 2cb9b48a443e2e19385d7ca36f89aa4059fedfab..bc126a1eea061d5898697b8a8775568ef0c81917 100644
|
| --- a/chrome/test/webdriver/commands/url_command.h
|
| +++ b/chrome/test/webdriver/commands/url_command.h
|
| @@ -20,7 +20,7 @@ class Response;
|
| class URLCommand : public WebDriverCommand {
|
| public:
|
| URLCommand(const std::vector<std::string>& path_segments,
|
| - const DictionaryValue* const parameters);
|
| + DictionaryValue* const parameters);
|
| virtual ~URLCommand();
|
|
|
| virtual bool DoesGet() OVERRIDE;
|
|
|