| Index: chrome/test/chromedriver/command_executor_impl.cc
|
| diff --git a/chrome/test/chromedriver/command_executor_impl.cc b/chrome/test/chromedriver/command_executor_impl.cc
|
| index 3e8ef99005d6381b1ada0f5c79cec8cb62f3a527..ea06b7f91cf628b387bed39a697eb8f2e70bcda4 100644
|
| --- a/chrome/test/chromedriver/command_executor_impl.cc
|
| +++ b/chrome/test/chromedriver/command_executor_impl.cc
|
| @@ -50,7 +50,7 @@ void CommandExecutorImpl::Init() {
|
| CHECK(io_thread_.StartWithOptions(options));
|
| context_getter_ = new URLRequestContextGetter(
|
| io_thread_.message_loop_proxy());
|
| - socket_factory_ = CreateSyncWebSocketFactory(context_getter_);
|
| + socket_factory_ = CreateSyncWebSocketFactory(context_getter_.get());
|
| adb_.reset(new AdbImpl(io_thread_.message_loop_proxy(), log_));
|
| device_manager_.reset(new DeviceManager(adb_.get()));
|
|
|
|
|