aboutsummaryrefslogtreecommitdiff
path: root/src/common/solaris
diff options
context:
space:
mode:
authorted.mielczarek@gmail.com <ted.mielczarek@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2013-01-17 15:53:56 +0000
committerted.mielczarek@gmail.com <ted.mielczarek@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2013-01-17 15:53:56 +0000
commit63c5d980030fde07558ce006c1710cb64fff7986 (patch)
treec99158d17d04957482f47ec85b4b0ae161ef994b /src/common/solaris
parentExceptionHandler::HandleSignal (diff)
downloadbreakpad-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/common/solaris')
-rw-r--r--src/common/solaris/dump_symbols.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/solaris/dump_symbols.cc b/src/common/solaris/dump_symbols.cc
index b1e995dd..fb040265 100644
--- a/src/common/solaris/dump_symbols.cc
+++ b/src/common/solaris/dump_symbols.cc
@@ -43,10 +43,10 @@
#include <map>
#include <vector>
+#include "common/scoped_ptr.h"
#include "common/solaris/dump_symbols.h"
#include "common/solaris/file_id.h"
#include "common/solaris/guid_creator.h"
-#include "processor/scoped_ptr.h"
// This namespace contains helper functions.
namespace {