| Index: chrome/test/webdriver/commands/webdriver_command.h
|
| diff --git a/chrome/test/webdriver/commands/webdriver_command.h b/chrome/test/webdriver/commands/webdriver_command.h
|
| index 4446b053b098909fb515d14655d430c86b9766dd..b7274a3e189cd01253fe1248b2b7bced286655b6 100644
|
| --- a/chrome/test/webdriver/commands/webdriver_command.h
|
| +++ b/chrome/test/webdriver/commands/webdriver_command.h
|
| @@ -21,7 +21,7 @@ namespace webdriver {
|
| // directly.
|
| class WebDriverCommand : public Command {
|
| public:
|
| - inline WebDriverCommand(const std::vector<std::string> path_segments,
|
| + inline WebDriverCommand(const std::vector<std::string>& path_segments,
|
| const DictionaryValue* const parameters)
|
| : Command(path_segments, parameters), session_(NULL) {}
|
| virtual ~WebDriverCommand() {}
|
|
|