| Index: ios/chrome/browser/ui/autofill/autofill_client_ios.mm
|
| diff --git a/ios/chrome/browser/ui/autofill/autofill_client_ios.mm b/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
|
| index f54fb29c338be7edc532d912c07279a056bfc354..a2a7846c118c324730ac08634d03035f9d79d2be 100644
|
| --- a/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
|
| +++ b/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
|
| @@ -18,6 +18,7 @@
|
| #include "components/keyed_service/core/service_access_type.h"
|
| #include "components/password_manager/core/browser/password_generation_manager.h"
|
| #include "google_apis/gaia/identity_provider.h"
|
| +#include "ios/chrome/browser/application_context.h"
|
| #include "ios/chrome/browser/autofill/personal_data_manager_factory.h"
|
| #include "ios/chrome/browser/web_data_service_factory.h"
|
| #include "ios/public/provider/chrome/browser/browser_state/chrome_browser_state.h"
|
| @@ -185,4 +186,8 @@ void AutofillClientIOS::OnFirstUserGestureObserved() {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +const std::string& AutofillClientIOS::GetApplicationLocale() {
|
| + return GetApplicationContext()->GetApplicationLocale();
|
| +}
|
| +
|
| } // namespace autofill
|
|
|