Index: test/scoped_temp_dir_posix.cc |
diff --git a/test/scoped_temp_dir_posix.cc b/test/scoped_temp_dir_posix.cc |
index 2618dc8d378ddcbee53ab2a87c12addda96d7e22..34db76f3115c0b4a8cf3e1f284a3c74b3f66db79 100644 |
--- a/test/scoped_temp_dir_posix.cc |
+++ b/test/scoped_temp_dir_posix.cc |
@@ -33,7 +33,7 @@ void ScopedTempDir::Rename() { |
// static |
base::FilePath ScopedTempDir::CreateTemporaryDirectory() { |
- char dir_template[] = "/tmp/com.googlecode.crashpad.test.XXXXXX"; |
+ char dir_template[] = "/tmp/org.chromium.crashpad.test.XXXXXX"; |
PCHECK(mkdtemp(dir_template)) << "mkdtemp " << dir_template; |
return base::FilePath(dir_template); |
} |