summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/core/browser/form_parsing/autofill_parsing_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/autofill/core/browser/form_parsing/autofill_parsing_utils.cc')
-rw-r--r--chromium/components/autofill/core/browser/form_parsing/autofill_parsing_utils.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/chromium/components/autofill/core/browser/form_parsing/autofill_parsing_utils.cc b/chromium/components/autofill/core/browser/form_parsing/autofill_parsing_utils.cc
index ddd418eca54..33a4e9db8d4 100644
--- a/chromium/components/autofill/core/browser/form_parsing/autofill_parsing_utils.cc
+++ b/chromium/components/autofill/core/browser/form_parsing/autofill_parsing_utils.cc
@@ -7,10 +7,10 @@
namespace autofill {
MatchingPattern::MatchingPattern() = default;
-MatchingPattern::MatchingPattern(const MatchingPattern& mp) = default;
-MatchingPattern& MatchingPattern::operator=(const MatchingPattern& mp) =
- default;
-
+MatchingPattern::MatchingPattern(const MatchingPattern&) = default;
+MatchingPattern& MatchingPattern::operator=(const MatchingPattern&) = default;
+MatchingPattern::MatchingPattern(MatchingPattern&&) = default;
+MatchingPattern& MatchingPattern::operator=(MatchingPattern&&) = default;
MatchingPattern::~MatchingPattern() = default;
} // namespace autofill