| Index: chrome/test/webdriver/commands/create_session.h
|
| diff --git a/chrome/test/webdriver/commands/create_session.h b/chrome/test/webdriver/commands/create_session.h
|
| index ea89475be4c7aec443575c8c494a48f5c629af41..3363f3c1adbeef4b6cac319b1727a4d10989f6eb 100644
|
| --- a/chrome/test/webdriver/commands/create_session.h
|
| +++ b/chrome/test/webdriver/commands/create_session.h
|
| @@ -23,7 +23,7 @@ class Response;
|
| class CreateSession : public Command {
|
| public:
|
| CreateSession(const std::vector<std::string>& path_segments,
|
| - const DictionaryValue* const parameters);
|
| + DictionaryValue* const parameters);
|
| virtual ~CreateSession();
|
|
|
| virtual bool DoesPost() OVERRIDE;
|
|
|