| Index: chrome/browser/process_singleton_posix_unittest.cc
|
| diff --git a/chrome/browser/process_singleton_posix_unittest.cc b/chrome/browser/process_singleton_posix_unittest.cc
|
| index fa538be0770c65b2acec90d3420e5393163b7026..56808a833e96345890a94d6c55a3716636122915 100644
|
| --- a/chrome/browser/process_singleton_posix_unittest.cc
|
| +++ b/chrome/browser/process_singleton_posix_unittest.cc
|
| @@ -86,7 +86,7 @@ class ProcessSingletonPosixTest : public testing::Test {
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| // Use a long directory name to ensure that the socket isn't opened through
|
| // the symlink.
|
| - user_data_path_ = temp_dir_.path().Append(
|
| + user_data_path_ = temp_dir_.GetPath().Append(
|
| std::string(sizeof(sockaddr_un::sun_path), 'a'));
|
| ASSERT_TRUE(CreateDirectory(user_data_path_));
|
|
|
|
|