aboutsummaryrefslogtreecommitdiffstats
path: root/brillo/http/http_form_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'brillo/http/http_form_data.h')
-rw-r--r--brillo/http/http_form_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/brillo/http/http_form_data.h b/brillo/http/http_form_data.h
index 55ec150..e12d3d8 100644
--- a/brillo/http/http_form_data.h
+++ b/brillo/http/http_form_data.h
@@ -155,7 +155,7 @@ class BRILLO_EXPORT MultiPartFormField : public FormField {
// content_type: valid content type. If omitted, "multipart/mixed" is used.
// boundary: multipart boundary separator.
// If omitted/empty, a random string is generated.
- MultiPartFormField(const std::string& name,
+ explicit MultiPartFormField(const std::string& name,
const std::string& content_type = {},
const std::string& boundary = {});