Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7109)

Unified Diff: chrome/test/webdriver/commands/create_session.cc

Issue 7649006: more changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another typo Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/test/webdriver/commands/browser_connection_commands.cc ('k') | chrome/test/webdriver/commands/screenshot_command.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698