| Index: webkit/tools/test_shell/run_all_tests.cc
|
| diff --git a/webkit/tools/test_shell/run_all_tests.cc b/webkit/tools/test_shell/run_all_tests.cc
|
| index 1a11b6e8f390c80cb624145967ba5e8107e9f9f3..076cd9e39d5ce0851164a2ce8f6efd398b21d55a 100644
|
| --- a/webkit/tools/test_shell/run_all_tests.cc
|
| +++ b/webkit/tools/test_shell/run_all_tests.cc
|
| @@ -26,6 +26,7 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| #if defined(OS_MACOSX)
|
| +#include "base/mac/bundle_locations.h"
|
| #include "base/mac/mac_util.h"
|
| #include "base/mac/scoped_nsautorelease_pool.h"
|
| #include "base/path_service.h"
|
| @@ -54,7 +55,7 @@ class TestShellTestSuite : public base::TestSuite {
|
| FilePath path;
|
| PathService::Get(base::DIR_EXE, &path);
|
| path = path.AppendASCII("TestShell.app");
|
| - base::mac::SetOverrideAppBundlePath(path);
|
| + base::mac::SetOverrideFrameworkBundlePath(path);
|
| #endif
|
|
|
| base::TestSuite::Initialize();
|
|
|