| Index: components/nacl/browser/nacl_file_host_unittest.cc
|
| diff --git a/components/nacl/browser/nacl_file_host_unittest.cc b/components/nacl/browser/nacl_file_host_unittest.cc
|
| index e14c6466d5c84538f019ccd4076d60ba40143225..204e35e2f387c4976cf5c70f88acd3ff75e0533b 100644
|
| --- a/components/nacl/browser/nacl_file_host_unittest.cc
|
| +++ b/components/nacl/browser/nacl_file_host_unittest.cc
|
| @@ -67,7 +67,7 @@ TEST_F(NaClFileHostTest, TestFilenamesWithPnaclPath) {
|
| base::ScopedTempDir scoped_tmp_dir;
|
| ASSERT_TRUE(scoped_tmp_dir.CreateUniqueTempDir());
|
|
|
| - base::FilePath kTestPnaclPath = scoped_tmp_dir.path();
|
| + base::FilePath kTestPnaclPath = scoped_tmp_dir.GetPath();
|
|
|
| nacl_browser_delegate()->SetPnaclDirectory(kTestPnaclPath);
|
| ASSERT_TRUE(nacl::NaClBrowser::GetDelegate()->GetPnaclDirectory(
|
|
|