| Index: ash/test/test_suite_init.mm
|
| diff --git a/ash/test/test_suite_init.mm b/ash/test/test_suite_init.mm
|
| index df141142d0c2c19f99e6b6b5ce85bb4797886a3f..d60b3e21ea0c4331a89313471a3d73a449744435 100644
|
| --- a/ash/test/test_suite_init.mm
|
| +++ b/ash/test/test_suite_init.mm
|
| @@ -16,7 +16,7 @@ namespace test {
|
|
|
| void OverrideFrameworkBundle() {
|
| // Look in the AuraShell.app directory for resources.
|
| - FilePath path;
|
| + base::FilePath path;
|
| PathService::Get(base::DIR_EXE, &path);
|
| path = path.Append(FILE_PATH_LITERAL("AuraShell.app"));
|
| base::mac::SetOverrideFrameworkBundlePath(path);
|
|
|