| Index: chrome/test/webdriver/commands/create_session.cc
|
| diff --git a/chrome/test/webdriver/commands/create_session.cc b/chrome/test/webdriver/commands/create_session.cc
|
| index 30c71c74af96392b5fc78f3c95e0ae8edfdc6a17..7ba85a4729642bfc14a793487cf1158dfa7a0fab 100644
|
| --- a/chrome/test/webdriver/commands/create_session.cc
|
| +++ b/chrome/test/webdriver/commands/create_session.cc
|
| @@ -15,7 +15,7 @@
|
| namespace webdriver {
|
|
|
| void CreateSession::ExecutePost(Response* const response) {
|
| - SessionManager* session_manager = Singleton<SessionManager>::get();
|
| + SessionManager* session_manager = SessionManager::GetInstance();
|
| std::string session_id;
|
|
|
| if (!session_manager->Create(&session_id)) {
|
|
|