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

Unified Diff: chrome/test/webdriver/commands/alert_commands.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/alert_commands.cc
diff --git a/chrome/test/webdriver/commands/alert_commands.cc b/chrome/test/webdriver/commands/alert_commands.cc
index 5b0df4721e873179b226c3521aab1e4404b02f06..fbaf8922f3d9478823ccda3b948c554a5d57a777 100644
--- a/chrome/test/webdriver/commands/alert_commands.cc
+++ b/chrome/test/webdriver/commands/alert_commands.cc
@@ -35,7 +35,7 @@ void AlertTextCommand::ExecuteGet(Response* const response) {
response->SetError(error);
return;
}
- response->SetValue(Value::CreateStringValue(text));
+ response->SetValue(base::StringValue::New(text));
}
void AlertTextCommand::ExecutePost(Response* const response) {
« no previous file with comments | « chrome/test/live_sync/two_client_preferences_sync_test.cc ('k') | chrome/test/webdriver/commands/appcache_status_command.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698