diff options
author | thestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2013-01-22 18:49:58 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2013-01-22 18:49:58 +0000 |
commit | d2153d75893520c5c4c77d275a6f003c6e360475 (patch) | |
tree | 8856133812f0e700f3535b5ff5f47621816adb05 | |
parent | Fix remaining processor/scoped_ptr.h references after r1096. (diff) | |
download | breakpad-d2153d75893520c5c4c77d275a6f003c6e360475.tar.xz |
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
-rw-r--r-- | Makefile.in | 1 | ||||
-rw-r--r-- | src/client/windows/crash_generation/crash_generation_server.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 68343586..09cca6f5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ diff --git a/src/client/windows/crash_generation/crash_generation_server.h b/src/client/windows/crash_generation/crash_generation_server.h index 37278484..4dcc532d 100644 --- a/src/client/windows/crash_generation/crash_generation_server.h +++ b/src/client/windows/crash_generation/crash_generation_server.h @@ -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; |