| Index: third_party/crashpad/crashpad/util/net/http_multipart_builder.h
|
| diff --git a/third_party/crashpad/crashpad/util/net/http_multipart_builder.h b/third_party/crashpad/crashpad/util/net/http_multipart_builder.h
|
| index 3ff7776b64efe00caeef28c0ce1d15e0ba383987..65602c714235c31b3b12495ae070e8f19e937942 100644
|
| --- a/third_party/crashpad/crashpad/util/net/http_multipart_builder.h
|
| +++ b/third_party/crashpad/crashpad/util/net/http_multipart_builder.h
|
| @@ -16,11 +16,11 @@
|
| #define CRASHPAD_UTIL_NET_HTTP_MULTIPART_BUILDER_H_
|
|
|
| #include <map>
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "base/files/file_path.h"
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "util/net/http_headers.h"
|
|
|
| namespace crashpad {
|
| @@ -62,7 +62,7 @@ class HTTPMultipartBuilder {
|
| //! the builder.
|
| //!
|
| //! \return A caller-owned HTTPBodyStream object.
|
| - scoped_ptr<HTTPBodyStream> GetBodyStream();
|
| + std::unique_ptr<HTTPBodyStream> GetBodyStream();
|
|
|
| //! \brief Gets the header pair for `"Content-Type"`.
|
| HTTPHeaders::value_type GetContentType() const;
|
|
|