| Index: chrome/test/webdriver/commands/source_command.h
|
| diff --git a/chrome/test/webdriver/commands/source_command.h b/chrome/test/webdriver/commands/source_command.h
|
| index 9cce53599e68014030a9676d37a358e630ed294a..71a21784e7e6afb91ef02e0c45289ab571afb26c 100644
|
| --- a/chrome/test/webdriver/commands/source_command.h
|
| +++ b/chrome/test/webdriver/commands/source_command.h
|
| @@ -23,7 +23,7 @@ class Response;
|
| class SourceCommand : public WebDriverCommand {
|
| public:
|
| SourceCommand(const std::vector<std::string>& path_segments,
|
| - const base::DictionaryValue* const parameters);
|
| + base::DictionaryValue* const parameters);
|
| virtual ~SourceCommand();
|
|
|
| virtual bool DoesGet() OVERRIDE;
|
|
|