| Index: chrome/test/startup/startup_test.cc
|
| diff --git a/chrome/test/startup/startup_test.cc b/chrome/test/startup/startup_test.cc
|
| index 1b8a534d7e0f1f4eeb8148ff97d50b9d5282a8ee..23c4bfcf69637b2eb1478a6f11c8943763d8e97e 100644
|
| --- a/chrome/test/startup/startup_test.cc
|
| +++ b/chrome/test/startup/startup_test.cc
|
| @@ -133,8 +133,7 @@ class StartupTest : public UIPerfTest {
|
| FilePath dir_app;
|
| ASSERT_TRUE(PathService::Get(chrome::DIR_APP, &dir_app));
|
|
|
| - FilePath chrome_exe(dir_app.Append(
|
| - chrome::kBrowserProcessExecutablePath));
|
| + FilePath chrome_exe(dir_app.Append(GetExecutablePath()));
|
| ASSERT_TRUE(EvictFileFromSystemCacheWrapper(chrome_exe));
|
| #if defined(OS_WIN)
|
| // chrome.dll is windows specific.
|
|
|