| Index: third_party/crashpad/crashpad/handler/crash_report_upload_thread.h
|
| diff --git a/third_party/crashpad/crashpad/handler/crash_report_upload_thread.h b/third_party/crashpad/crashpad/handler/crash_report_upload_thread.h
|
| index 05fb9fc16f14089dd1a90aec689568f3eeee40e7..a9601d14fe49405ee28aeb6dce6bdb9584b40820 100644
|
| --- a/third_party/crashpad/crashpad/handler/crash_report_upload_thread.h
|
| +++ b/third_party/crashpad/crashpad/handler/crash_report_upload_thread.h
|
| @@ -15,10 +15,10 @@
|
| #ifndef CRASHPAD_HANDLER_CRASH_REPORT_UPLOAD_THREAD_H_
|
| #define CRASHPAD_HANDLER_CRASH_REPORT_UPLOAD_THREAD_H_
|
|
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "client/crash_report_database.h"
|
| #include "util/thread/worker_thread.h"
|
|
|
|
|