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

Unified Diff: chrome/test/automation/automation_proxy_uitest.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/automation/automation_proxy_uitest.cc
diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc
index 924d9879da3f2b177fb8f378b0fae0e9b8308100..c23b77f721501a9b242215bc9a74a645cae15b4c 100644
--- a/chrome/test/automation/automation_proxy_uitest.cc
+++ b/chrome/test/automation/automation_proxy_uitest.cc
@@ -553,7 +553,7 @@ TEST_F(AutomationProxyTest4, StringValueIsEchoedByDomAutomationController) {
}
std::wstring BooleanToString(bool bool_value) {
- Value* value = Value::CreateBooleanValue(bool_value);
+ Value* value = base::BooleanValue::New(bool_value);
std::string json_string;
JSONStringValueSerializer serializer(&json_string);
serializer.Serialize(*value);
« no previous file with comments | « chrome/test/automation/automation_json_requests.cc ('k') | chrome/test/automation/javascript_message_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698