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

Unified Diff: chrome/test/webdriver/commands/webdriver_command.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/webdriver_command.cc
diff --git a/chrome/test/webdriver/commands/webdriver_command.cc b/chrome/test/webdriver/commands/webdriver_command.cc
index 094f65560ad338a9889fdc2fa25532126a52b42e..a43704d20b7a0965d06be8076ae50a4438e09bc6 100644
--- a/chrome/test/webdriver/commands/webdriver_command.cc
+++ b/chrome/test/webdriver/commands/webdriver_command.cc
@@ -46,7 +46,7 @@ bool WebDriverCommand::Init(Response* const response) {
response->SetError(error);
return false;
}
- response->SetField("sessionId", Value::CreateStringValue(session_id));
+ response->SetField("sessionId", base::StringValue::New(session_id));
return true;
}
« no previous file with comments | « chrome/test/webdriver/commands/url_command.cc ('k') | chrome/test/webdriver/commands/webelement_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698