| Index: components/autofill/core/browser/test_autofill_client.cc
|
| diff --git a/components/autofill/core/browser/test_autofill_client.cc b/components/autofill/core/browser/test_autofill_client.cc
|
| index 8103f9da98464dcb36f55fdd270e62dd918beb35..a4591c226a0a3f1ac7b5684d133ed5329a414810 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.cc
|
| +++ b/components/autofill/core/browser/test_autofill_client.cc
|
| @@ -123,4 +123,8 @@ bool TestAutofillClient::IsContextSecure(const GURL& form_origin) {
|
| return is_context_secure_;
|
| }
|
|
|
| +const std::string& TestAutofillClient::GetApplicationLocale() {
|
| + return fake_locale_;
|
| +}
|
| +
|
| } // namespace autofill
|
|
|