Index: chrome_elf/blacklist/blacklist_interceptions.cc |
diff --git a/chrome_elf/blacklist/blacklist_interceptions.cc b/chrome_elf/blacklist/blacklist_interceptions.cc |
index e5e9e1112c5618cd6a68ed99ae3afc0fc5363a25..655d7552946f0825dde0e70dfbb50a53fbae4a8b 100644 |
--- a/chrome_elf/blacklist/blacklist_interceptions.cc |
+++ b/chrome_elf/blacklist/blacklist_interceptions.cc |
@@ -19,7 +19,7 @@ |
#include "base/strings/string16.h" |
#include "base/win/pe_image.h" |
#include "chrome_elf/blacklist/blacklist.h" |
-#include "chrome_elf/breakpad.h" |
+#include "chrome_elf/blacklist/crashpad_helper.h" |
#include "sandbox/win/src/internal_types.h" |
#include "sandbox/win/src/nt_internals.h" |
#include "sandbox/win/src/sandbox_nt_util.h" |
@@ -264,7 +264,7 @@ SANDBOX_INTERCEPT NTSTATUS WINAPI BlNtMapViewOfSection( |
base, zero_bits, commit_size, offset, |
view_size, inherit, allocation_type, |
protect); |
- } __except(GenerateCrashDump(GetExceptionInformation())) { |
+ } __except (GenerateCrashDump(GetExceptionInformation())) { |
} |
return ret; |