From a599ae80aa44f2f6dbe8c5b86d2e503a8c7b6639 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Mon, 16 Aug 2010 16:44:47 +0000 Subject: 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 --- src/client/mac/Framework/Breakpad.mm | 4 ++++ src/client/mac/tests/exception_handler_test.cc | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'src/client/mac') diff --git a/src/client/mac/Framework/Breakpad.mm b/src/client/mac/Framework/Breakpad.mm index 2d69542f..12b5f283 100644 --- a/src/client/mac/Framework/Breakpad.mm +++ b/src/client/mac/Framework/Breakpad.mm @@ -55,6 +55,10 @@ using google_breakpad::KeyValueEntry; +using google_breakpad::MachPortSender; +using google_breakpad::MachReceiveMessage; +using google_breakpad::MachSendMessage; +using google_breakpad::ReceivePort; using google_breakpad::SimpleStringDictionary; using google_breakpad::SimpleStringDictionaryIterator; 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 { -- cgit v1.2.1