| Index: chrome/test/webdriver/commands/title_command.cc
|
| diff --git a/chrome/test/webdriver/commands/title_command.cc b/chrome/test/webdriver/commands/title_command.cc
|
| index 4e7393e25b39ed6b78f8d5616ae8da8d7cbc58bc..bcea4d1138811838060be87c9cd494993381df0f 100644
|
| --- a/chrome/test/webdriver/commands/title_command.cc
|
| +++ b/chrome/test/webdriver/commands/title_command.cc
|
| @@ -13,7 +13,7 @@
|
| namespace webdriver {
|
|
|
| TitleCommand::TitleCommand(const std::vector<std::string>& path_segments,
|
| - const DictionaryValue* const parameters)
|
| + DictionaryValue* const parameters)
|
| : WebDriverCommand(path_segments, parameters) {}
|
|
|
| TitleCommand::~TitleCommand() {}
|
|
|