| Index: chrome/test/webdriver/commands/session_with_id.cc
|
| diff --git a/chrome/test/webdriver/commands/session_with_id.cc b/chrome/test/webdriver/commands/session_with_id.cc
|
| index e2dccedb52d2810bfe1c7feae9c178eaf3a0fc27..682f5a2929625922b8c1ec580f2f8bba74cd79c1 100644
|
| --- a/chrome/test/webdriver/commands/session_with_id.cc
|
| +++ b/chrome/test/webdriver/commands/session_with_id.cc
|
| @@ -41,7 +41,7 @@ void SessionWithID::ExecuteGet(Response* const response) {
|
| }
|
|
|
| void SessionWithID::ExecuteDelete(Response* const response) {
|
| - Singleton<SessionManager>::get()->Delete(session_->id());
|
| + SessionManager::GetInstance()->Delete(session_->id());
|
| response->set_status(kSuccess);
|
| }
|
|
|
|
|