| Index: chrome/app/delay_load_hook_unittest_win.cc
|
| diff --git a/chrome/app/delay_load_hook_unittest_win.cc b/chrome/app/delay_load_hook_unittest_win.cc
|
| index 1fc62d3abdf7bbaa03e28c0cf9951224c335a2ed..ed2adf8d1fd22e68c56da70b738d554b598bf986 100644
|
| --- a/chrome/app/delay_load_hook_unittest_win.cc
|
| +++ b/chrome/app/delay_load_hook_unittest_win.cc
|
| @@ -3,11 +3,6 @@
|
| // found in the LICENSE file.
|
|
|
| #include <windows.h>
|
| -#if defined(_WIN32_WINNT_WIN8) && _MSC_VER < 1700
|
| -// The Windows 8 SDK defines FACILITY_VISUALCPP in winerror.h, and in
|
| -// delayimp.h previous to VS2012.
|
| -#undef FACILITY_VISUALCPP
|
| -#endif
|
| #include <DelayIMP.h>
|
|
|
| #include "base/basictypes.h"
|
|
|