summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/ios/browser/autofill_driver_ios_webframe.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/autofill/ios/browser/autofill_driver_ios_webframe.mm')
-rw-r--r--chromium/components/autofill/ios/browser/autofill_driver_ios_webframe.mm4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/components/autofill/ios/browser/autofill_driver_ios_webframe.mm b/chromium/components/autofill/ios/browser/autofill_driver_ios_webframe.mm
index 2c4988db611..cc3c6d6e7a4 100644
--- a/chromium/components/autofill/ios/browser/autofill_driver_ios_webframe.mm
+++ b/chromium/components/autofill/ios/browser/autofill_driver_ios_webframe.mm
@@ -4,7 +4,7 @@
#include "components/autofill/ios/browser/autofill_driver_ios_webframe.h"
-#include "ios/web/public/web_state/web_state.h"
+#import "ios/web/public/web_state/web_state.h"
namespace autofill {
@@ -101,4 +101,6 @@ AutofillDriverIOSWebFrame::GetRetainableDriver() {
return driver_;
}
+WEB_STATE_USER_DATA_KEY_IMPL(AutofillDriverIOSWebFrameFactory)
+
} // namespace autofill