| Index: chrome/test/webdriver/commands/browser_connection_commands.cc
|
| diff --git a/chrome/test/webdriver/commands/browser_connection_commands.cc b/chrome/test/webdriver/commands/browser_connection_commands.cc
|
| index ece91c3ad957a741b18d2705ee26954282eeb16f..866df36354608d18301b12faeaaac2851104374f 100644
|
| --- a/chrome/test/webdriver/commands/browser_connection_commands.cc
|
| +++ b/chrome/test/webdriver/commands/browser_connection_commands.cc
|
| @@ -14,7 +14,7 @@ namespace webdriver {
|
|
|
| BrowserConnectionCommand::BrowserConnectionCommand(
|
| const std::vector<std::string>& path_segments,
|
| - const base::DictionaryValue* const parameters)
|
| + base::DictionaryValue* const parameters)
|
| : WebDriverCommand(path_segments, parameters) {}
|
|
|
| BrowserConnectionCommand::~BrowserConnectionCommand() {}
|
|
|