| Index: components/crash/app/hard_error_handler_win.cc
|
| diff --git a/components/crash/app/hard_error_handler_win.cc b/components/crash/app/hard_error_handler_win.cc
|
| index 50425e92eecca9dec1ec35c34884d7046a7c1493..a4050d28c7ace5af2b0778f7e01a8747e3f11dbb 100644
|
| --- a/components/crash/app/hard_error_handler_win.cc
|
| +++ b/components/crash/app/hard_error_handler_win.cc
|
| @@ -4,11 +4,6 @@
|
|
|
| #include "components/crash/app/hard_error_handler_win.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 <winternl.h>
|
|
|
|
|