Index: components/autofill/core/browser/autofill_profile.h |
diff --git a/components/autofill/core/browser/autofill_profile.h b/components/autofill/core/browser/autofill_profile.h |
index 7ae95722a1d33408f53235d6012229968359407e..a927e780774114c6c17af03d83303f976c4254cd 100644 |
--- a/components/autofill/core/browser/autofill_profile.h |
+++ b/components/autofill/core/browser/autofill_profile.h |
@@ -99,7 +99,7 @@ class AutofillProfile : public AutofillDataModel { |
// Returns concatenation of full name and address line 1. This acts as the |
// basis of comparison for new values that are submitted through forms to |
// aid with correct aggregation of new data. |
- const base::string16 PrimaryValue() const; |
+ const base::string16& PrimaryValue() const; |
// Returns true if the data in this AutofillProfile is a subset of the data in |
// |profile|. |