| 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);
|
|
|