| 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 60b7809e0541436085df9d7abe49f5890bbc5035..ebeb1df8c0040784d1b00ce66f02f7f06b0fb7b4 100644
|
| --- a/chrome/test/webdriver/commands/create_session.cc
|
| +++ b/chrome/test/webdriver/commands/create_session.cc
|
| @@ -227,7 +227,7 @@ void CreateSession::ExecutePost(Response* const response) {
|
| stream << SessionManager::GetInstance()->url_base() << "/session/"
|
| << session->id();
|
| response->SetStatus(kSeeOther);
|
| - response->SetValue(Value::CreateStringValue(stream.str()));
|
| + response->SetValue(base::StringValue::New(stream.str()));
|
| }
|
|
|
| } // namespace webdriver
|
|
|