| Index: chrome/test/startup/startup_test.cc
|
| ===================================================================
|
| --- chrome/test/startup/startup_test.cc (revision 69950)
|
| +++ chrome/test/startup/startup_test.cc (working copy)
|
| @@ -135,7 +135,7 @@
|
| ASSERT_TRUE(PathService::Get(chrome::DIR_APP, &dir_app));
|
|
|
| FilePath chrome_exe(dir_app.Append(
|
| - FilePath::FromWStringHack(chrome::kBrowserProcessExecutablePath)));
|
| + chrome::kBrowserProcessExecutablePath));
|
| ASSERT_TRUE(EvictFileFromSystemCacheWrapper(chrome_exe));
|
| #if defined(OS_WIN)
|
| // chrome.dll is windows specific.
|
|
|