| Index: util/mach/child_port_handshake.cc
|
| diff --git a/util/mach/child_port_handshake.cc b/util/mach/child_port_handshake.cc
|
| index e45d6aeeee1ff9edc24ca17b18c59b246785c743..ff779df2a7eaab486bb11ead99ce4254839b2b2d 100644
|
| --- a/util/mach/child_port_handshake.cc
|
| +++ b/util/mach/child_port_handshake.cc
|
| @@ -97,7 +97,7 @@ mach_port_t ChildPortHandshakeServer::RunServer(
|
| errno = pthread_threadid_np(pthread_self(), &thread_id);
|
| PCHECK(errno == 0) << "pthread_threadid_np";
|
| std::string service_name = base::StringPrintf(
|
| - "com.googlecode.crashpad.child_port_handshake.%d.%llu.%016llx",
|
| + "org.chromium.crashpad.child_port_handshake.%d.%llu.%016llx",
|
| getpid(),
|
| thread_id,
|
| base::RandUint64());
|
|
|