| Index: chrome/test/chromedriver/commands.cc
|
| diff --git a/chrome/test/chromedriver/commands.cc b/chrome/test/chromedriver/commands.cc
|
| index fbf1bf96ce63d3f594834e3d0a9192493af75bf1..5c41228414a917d2361653fb0063c0987af89321 100644
|
| --- a/chrome/test/chromedriver/commands.cc
|
| +++ b/chrome/test/chromedriver/commands.cc
|
| @@ -88,7 +88,7 @@ Status ExecuteNewSession(
|
| return status;
|
|
|
| scoped_ptr<Chrome> chrome;
|
| - status = LaunchChrome(bound_params.context_getter,
|
| + status = LaunchChrome(bound_params.context_getter.get(),
|
| port,
|
| bound_params.socket_factory,
|
| bound_params.log,
|
|
|