Chromium Code Reviews| Index: components/autofill/content/renderer/form_cache.cc |
| diff --git a/components/autofill/content/renderer/form_cache.cc b/components/autofill/content/renderer/form_cache.cc |
| index 842b1f207354fb8d58c36589d6b8dd2d6037693f..8e3fc33a9acce657c46ebbaf2b2a7a0222a82bca 100644 |
| --- a/components/autofill/content/renderer/form_cache.cc |
| +++ b/components/autofill/content/renderer/form_cache.cc |
| @@ -18,8 +18,8 @@ |
| #include "third_party/WebKit/public/web/WebDocument.h" |
| #include "third_party/WebKit/public/web/WebFormControlElement.h" |
| #include "third_party/WebKit/public/web/WebFormElement.h" |
| -#include "third_party/WebKit/public/web/WebFrame.h" |
| #include "third_party/WebKit/public/web/WebInputElement.h" |
| +#include "third_party/WebKit/public/web/WebLocalFrame.h" |
|
Ilya Sherman
2014/04/09 23:22:35
Ditto.
|
| #include "third_party/WebKit/public/web/WebSelectElement.h" |
| #include "third_party/WebKit/public/web/WebTextAreaElement.h" |
| #include "ui/base/l10n/l10n_util.h" |