| Index: chrome/test/webdriver/commands/html5_location_commands.h
|
| diff --git a/chrome/test/webdriver/commands/html5_location_commands.h b/chrome/test/webdriver/commands/html5_location_commands.h
|
| index b927876f83c9f0a76ff602591295790dd9552b64..6e2a2b21fc3e8f583a5b99bb5bc1711c1e78ec32 100644
|
| --- a/chrome/test/webdriver/commands/html5_location_commands.h
|
| +++ b/chrome/test/webdriver/commands/html5_location_commands.h
|
| @@ -21,7 +21,7 @@ class Response;
|
| class HTML5LocationCommand : public WebDriverCommand {
|
| public:
|
| HTML5LocationCommand(const std::vector<std::string>& path_segments,
|
| - const base::DictionaryValue* const parameters);
|
| + base::DictionaryValue* const parameters);
|
| virtual ~HTML5LocationCommand();
|
|
|
| virtual bool DoesGet() OVERRIDE;
|
|
|