Index: test/mac/mach_multiprocess.cc |
diff --git a/test/mac/mach_multiprocess.cc b/test/mac/mach_multiprocess.cc |
index 65ea46df74bc1d9601b2d111074599d674427670..0458ef3c85a4a2ccd98adbfd9a367a958c3497b0 100644 |
--- a/test/mac/mach_multiprocess.cc |
+++ b/test/mac/mach_multiprocess.cc |
@@ -92,7 +92,7 @@ void MachMultiprocess::PreFork() { |
// Set up the parent port and register it with the bootstrap server before |
// forking, so that it’s guaranteed to be there when the child attempts to |
// look it up. |
- info_->service_name = "com.googlecode.crashpad.test.mach_multiprocess."; |
+ info_->service_name = "org.chromium.crashpad.test.mach_multiprocess."; |
for (int index = 0; index < 16; ++index) { |
info_->service_name.append(1, base::RandInt('A', 'Z')); |
} |