Fix remaining processor/scoped_ptr.h references for reals.

Review URL: https://breakpad.appspot.com/516003

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1104 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
thestig@chromium.org 2013-01-22 18:49:58 +00:00
parent 1c4f4a776c
commit d2153d7589
2 changed files with 1 additions and 2 deletions

View File

@ -1428,7 +1428,6 @@ lib_LIBRARIES = $(am__append_5) $(am__append_7)
@DISABLE_PROCESSOR_FALSE@ src/processor/process_state.cc \
@DISABLE_PROCESSOR_FALSE@ src/processor/range_map-inl.h \
@DISABLE_PROCESSOR_FALSE@ src/processor/range_map.h \
@DISABLE_PROCESSOR_FALSE@ src/processor/scoped_ptr.h \
@DISABLE_PROCESSOR_FALSE@ src/processor/simple_serializer-inl.h \
@DISABLE_PROCESSOR_FALSE@ src/processor/simple_serializer.h \
@DISABLE_PROCESSOR_FALSE@ src/processor/simple_symbol_supplier.cc \

View File

@ -34,7 +34,7 @@
#include <string>
#include "client/windows/common/ipc_protocol.h"
#include "client/windows/crash_generation/minidump_generator.h"
#include "processor/scoped_ptr.h"
#include "common/scoped_ptr.h"
namespace google_breakpad {
class ClientInfo;