diff options
author | ted.mielczarek@gmail.com <ted.mielczarek@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2013-01-17 15:53:56 +0000 |
---|---|---|
committer | ted.mielczarek@gmail.com <ted.mielczarek@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2013-01-17 15:53:56 +0000 |
commit | 63c5d980030fde07558ce006c1710cb64fff7986 (patch) | |
tree | c99158d17d04957482f47ec85b4b0ae161ef994b /src/client/mac | |
parent | ExceptionHandler::HandleSignal (diff) | |
download | breakpad-63c5d980030fde07558ce006c1710cb64fff7986.tar.xz |
Move scoped_ptr.h to common
R=mark at https://breakpad.appspot.com/509002/
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1096 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/mac')
-rw-r--r-- | src/client/mac/handler/exception_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mac/handler/exception_handler.h b/src/client/mac/handler/exception_handler.h index 7babcf66..b5e8bbaa 100644 --- a/src/client/mac/handler/exception_handler.h +++ b/src/client/mac/handler/exception_handler.h @@ -41,7 +41,7 @@ #include <string> -#include "processor/scoped_ptr.h" +#include "common/scoped_ptr.h" #if !TARGET_OS_IPHONE #include "client/mac/crash_generation/crash_generation_client.h" |