Chromium Code Reviews| Index: tools/CrashHandler.cpp |
| diff --git a/tools/CrashHandler.cpp b/tools/CrashHandler.cpp |
| index 7355f20bc05c35cbd650f1ba490d577dfab6b91e..2ab6a9da4474080d867be4efa3ee0b72bbf2e5e9 100644 |
| --- a/tools/CrashHandler.cpp |
| +++ b/tools/CrashHandler.cpp |
| @@ -8,6 +8,10 @@ |
| #ifndef SK_CRASH_HANDLER |
| void SetupCrashHandler() { } |
| +#elif defined(GOOGLE3) |
| + #include "base/process_state.h" |
| + void SetupCrashHandler() { InstallSignalHandlers(); } |
| + |
| #else |
| #if defined(SK_BUILD_FOR_MAC) |