From 63c5d980030fde07558ce006c1710cb64fff7986 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Thu, 17 Jan 2013 15:53:56 +0000 Subject: 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 --- src/common/solaris/dump_symbols.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/solaris') 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 #include +#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 { -- cgit v1.2.1