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

Unified Diff: chrome/test/webdriver/commands/title_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/title_command.cc
diff --git a/chrome/test/webdriver/commands/title_command.cc b/chrome/test/webdriver/commands/title_command.cc
index 4898d5f932dd47843d0c14171a58e606590b0677..42765f3c19ec0632767b5ce28600c75221078e02 100644
--- a/chrome/test/webdriver/commands/title_command.cc
+++ b/chrome/test/webdriver/commands/title_command.cc
@@ -29,7 +29,7 @@ void TitleCommand::ExecuteGet(Response* const response) {
response->SetError(error);
return;
}
- response->SetValue(new StringValue(title));
+ response->SetValue(base::StringValue::New(title));
}
} // namespace webdriver
« no previous file with comments | « chrome/test/webdriver/commands/target_locator_commands.cc ('k') | chrome/test/webdriver/commands/url_command.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698