| Index: chrome/test/webdriver/commands/webdriver_command.cc
|
| diff --git a/chrome/test/webdriver/commands/webdriver_command.cc b/chrome/test/webdriver/commands/webdriver_command.cc
|
| index da1b601070c22cceb8c8a109030bf858a8598f17..206679ec38b0436d31b2f1b13b885e5ccc39f178 100644
|
| --- a/chrome/test/webdriver/commands/webdriver_command.cc
|
| +++ b/chrome/test/webdriver/commands/webdriver_command.cc
|
| @@ -51,7 +51,7 @@ bool WebDriverCommand::Init(Response* const response) {
|
| }
|
|
|
| VLOG(1) << "Fetching session: " << session_id;
|
| - session_ = Singleton<SessionManager>::get()->GetSession(session_id);
|
| + session_ = SessionManager::GetInstance()->GetSession(session_id);
|
| if (session_ == NULL) {
|
| response->set_value(Value::CreateStringValue(
|
| "Session not found: " + session_id));
|
|
|