| Index: base/base_paths_win.cc
|
| diff --git a/base/base_paths_win.cc b/base/base_paths_win.cc
|
| index b29a99155e30b723f967cad7c102b3e84ca59603..9586b1f8932a12abe78282b87f35572a99cbe7fd 100644
|
| --- a/base/base_paths_win.cc
|
| +++ b/base/base_paths_win.cc
|
| @@ -117,14 +117,6 @@ bool PathProviderWin(int key, FilePath* result) {
|
| // For example: chrome/{Debug|Release}/ui_tests.exe
|
| PathService::Get(base::DIR_EXE, &executableDir);
|
| cur = executableDir.DirName().DirName();
|
| - FilePath checkedPath =
|
| - cur.Append(FILE_PATH_LITERAL("base/base_paths_win.cc"));
|
| - if (!file_util::PathExists(checkedPath)) {
|
| - // Check for WebKit-only checkout. Executable files are put into
|
| - // WebKit/WebKit/chromium/{Debug|Relese}, and we should return
|
| - // WebKit/WebKit/chromium.
|
| - cur = executableDir.DirName();
|
| - }
|
| break;
|
| }
|
| default:
|
|
|