| Index: third_party/crashpad/crashpad/snapshot/minidump/process_snapshot_minidump.cc
|
| diff --git a/third_party/crashpad/crashpad/snapshot/minidump/process_snapshot_minidump.cc b/third_party/crashpad/crashpad/snapshot/minidump/process_snapshot_minidump.cc
|
| index 71ebae9e34bafe4711e14d2ba8bf0e3a4e3dd79b..18e1fa3042ee43bdc3648d323863e45792c28dcf 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/minidump/process_snapshot_minidump.cc
|
| +++ b/third_party/crashpad/crashpad/snapshot/minidump/process_snapshot_minidump.cc
|
| @@ -12,12 +12,13 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| +#include "snapshot/minidump/process_snapshot_minidump.h"
|
| +
|
| #include <memory>
|
| #include <utility>
|
|
|
| #include "base/memory/ptr_util.h"
|
| #include "snapshot/minidump/minidump_simple_string_dictionary_reader.h"
|
| -#include "snapshot/minidump/process_snapshot_minidump.h"
|
| #include "util/file/file_io.h"
|
|
|
| namespace crashpad {
|
|
|