Chromium Code Reviews| Index: base/process/launch_win.cc |
| diff --git a/base/process/launch_win.cc b/base/process/launch_win.cc |
| index 985dccc0a3214b3d5d704127ab10721b5dd301ad..6c43b40c8ca9b16a139eba2c1852d79ca2e11765 100644 |
| --- a/base/process/launch_win.cc |
| +++ b/base/process/launch_win.cc |
| @@ -31,9 +31,6 @@ |
| #include "base/win/startup_information.h" |
| #include "base/win/windows_version.h" |
| -// userenv.dll is required for CreateEnvironmentBlock(). |
| -#pragma comment(lib, "userenv.lib") |
| - |
| namespace base { |
| namespace { |