| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index e0a5a991135ad4ce938248ebd1fed466c87ad75d..50930fa44f8cf4ee6aeb1472b345b8ac9e0bd5e1 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -196,8 +196,9 @@ void SendTaskPortToParentProcess() {
|
| base::MachPortSender child_sender(mach_port_name.c_str());
|
| kern_return_t err = child_sender.SendMessage(child_message, kTimeoutMs);
|
| if (err != KERN_SUCCESS) {
|
| - LOG(ERROR) << StringPrintf("child SendMessage() failed: 0x%x %s", err,
|
| - mach_error_string(err));
|
| + LOG(ERROR) <<
|
| + base::StringPrintf("child SendMessage() failed: 0x%x %s", err,
|
| + mach_error_string(err));
|
| }
|
| }
|
|
|
|
|