aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/tests/exception_handler_test.cc
diff options
context:
space:
mode:
authorted.mielczarek@gmail.com <ted.mielczarek@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-08-16 16:44:47 +0000
committerted.mielczarek@gmail.com <ted.mielczarek@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-08-16 16:44:47 +0000
commita599ae80aa44f2f6dbe8c5b86d2e503a8c7b6639 (patch)
tree84564ec59ff27cb497a56eef2d7e069ec2825d8b /src/client/mac/tests/exception_handler_test.cc
parentFix a couple of bugs where we generate incorrect minidump files on Linux.o (diff)
downloadbreakpad-a599ae80aa44f2f6dbe8c5b86d2e503a8c7b6639.tar.xz
Put MachIPC into the google_breakpad namespace
R=mark at http://breakpad.appspot.com/151001/show git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@650 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/mac/tests/exception_handler_test.cc')
-rw-r--r--src/client/mac/tests/exception_handler_test.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/mac/tests/exception_handler_test.cc b/src/client/mac/tests/exception_handler_test.cc
index f949a8b1..09237313 100644
--- a/src/client/mac/tests/exception_handler_test.cc
+++ b/src/client/mac/tests/exception_handler_test.cc
@@ -41,6 +41,10 @@ namespace {
using std::string;
using google_breakpad::AutoTempDir;
using google_breakpad::ExceptionHandler;
+using google_breakpad::MachPortSender;
+using google_breakpad::MachReceiveMessage;
+using google_breakpad::MachSendMessage;
+using google_breakpad::ReceivePort;
using testing::Test;
class ExceptionHandlerTest : public Test {