| Index: chrome/test/webdriver/commands/session_with_id.h
|
| diff --git a/chrome/test/webdriver/commands/session_with_id.h b/chrome/test/webdriver/commands/session_with_id.h
|
| index 1e120b0d8851a67025fe0ea019c8e2c7a4d6bf9a..1074ad8ab8df901b8ecc056cff92aef187461b9a 100644
|
| --- a/chrome/test/webdriver/commands/session_with_id.h
|
| +++ b/chrome/test/webdriver/commands/session_with_id.h
|
| @@ -25,7 +25,7 @@ class Response;
|
| class SessionWithID : public WebDriverCommand {
|
| public:
|
| SessionWithID(const std::vector<std::string>& path_segments,
|
| - const DictionaryValue* const parameters);
|
| + DictionaryValue* const parameters);
|
| virtual ~SessionWithID();
|
|
|
| virtual bool DoesGet() OVERRIDE;
|
|
|