| Index: content/common/send_zygote_child_ping_linux.cc | 
| diff --git a/content/common/send_zygote_child_ping_linux.cc b/content/common/send_zygote_child_ping_linux.cc | 
| index 1a4f49f8ae013d938456a8a042f4f11c714e73d4..f3cfcbce299202e798d776469f1463f27d97409e 100644 | 
| --- a/content/common/send_zygote_child_ping_linux.cc | 
| +++ b/content/common/send_zygote_child_ping_linux.cc | 
| @@ -12,10 +12,10 @@ | 
| namespace content { | 
|  | 
| bool SendZygoteChildPing(int fd) { | 
| -  return UnixDomainSocket::SendMsg(fd, | 
| -                                   kZygoteChildPingMessage, | 
| -                                   sizeof(kZygoteChildPingMessage), | 
| -                                   std::vector<int>()); | 
| +  return base::UnixDomainSocket::SendMsg(fd, | 
| +                                         kZygoteChildPingMessage, | 
| +                                         sizeof(kZygoteChildPingMessage), | 
| +                                         std::vector<int>()); | 
| } | 
|  | 
| }  // namespace content | 
|  |