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