aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/exception_handler.cc
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-05-04 12:41:02 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-05-04 12:41:02 +0000
commit9be806efde6c55fbd7e9443d2700255835019a03 (patch)
tree976452f09c7ad155d8d0b39aebf5e5cc415d452e /src/client/mac/handler/exception_handler.cc
parentIssue 158: reviewer ladderbreaker (diff)
downloadbreakpad-9be806efde6c55fbd7e9443d2700255835019a03.tar.xz
missed header renames from Issue 152
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@155 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/mac/handler/exception_handler.cc')
-rw-r--r--src/client/mac/handler/exception_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mac/handler/exception_handler.cc b/src/client/mac/handler/exception_handler.cc
index b61fda89..eee562b2 100644
--- a/src/client/mac/handler/exception_handler.cc
+++ b/src/client/mac/handler/exception_handler.cc
@@ -32,7 +32,7 @@
#include "client/mac/handler/exception_handler.h"
#include "client/mac/handler/minidump_generator.h"
-#include "common/mac/mac_compat.h"
+#include "common/mac/macho_utilities.h"
namespace google_breakpad {