Index: chrome/renderer/autofill/form_autofill_browsertest.cc |
diff --git a/chrome/renderer/autofill/form_autofill_browsertest.cc b/chrome/renderer/autofill/form_autofill_browsertest.cc |
index 7581c360a5a7780885312f1a501449fb3ceea947..f8ff9c54705ac49835dfa6316375d76235f16a88 100644 |
--- a/chrome/renderer/autofill/form_autofill_browsertest.cc |
+++ b/chrome/renderer/autofill/form_autofill_browsertest.cc |
@@ -24,6 +24,7 @@ |
#include "third_party/WebKit/public/web/WebFormControlElement.h" |
#include "third_party/WebKit/public/web/WebFormElement.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
Hmm, why is this the only change in this file?
|
#include "third_party/WebKit/public/web/WebNode.h" |
#include "third_party/WebKit/public/web/WebSelectElement.h" |
#include "third_party/WebKit/public/web/WebTextAreaElement.h" |