Chromium Code Reviews| Index: chrome_frame/crash_reporting/crash_report.h |
| =================================================================== |
| --- chrome_frame/crash_reporting/crash_report.h (revision 45197) |
| +++ chrome_frame/crash_reporting/crash_report.h (working copy) |
| @@ -9,6 +9,7 @@ |
| #include <string> |
| +#include "base/lock.h" |
|
Sigurður Ásgeirsson
2010/04/28 01:54:10
you need this?
robertshield
2010/04/28 10:45:57
ugh, no. Will remove in forthcoming patch.
|
| #include "base/logging.h" |
| #include "breakpad/src/client/windows/handler/exception_handler.h" |
| @@ -29,4 +30,7 @@ |
| bool ShutdownVectoredCrashReporting(); |
| +bool WriteMinidumpForException(EXCEPTION_POINTERS* p); |
| + |
| + |
| #endif // CHROME_FRAME_CRASH_REPORTING_CRASH_REPORT_H_ |