Index: chrome/renderer/autofill/form_autocomplete_browsertest.cc |
diff --git a/chrome/renderer/autofill/form_autocomplete_browsertest.cc b/chrome/renderer/autofill/form_autocomplete_browsertest.cc |
index 40992604c806dc199204d835c80e4cad0d8dc1bd..cfab1fdfa1c935c8c4f06632e0dfa583af347c90 100644 |
--- a/chrome/renderer/autofill/form_autocomplete_browsertest.cc |
+++ b/chrome/renderer/autofill/form_autocomplete_browsertest.cc |
@@ -141,7 +141,7 @@ void VerifyNoSubmitMessagesReceived( |
// Simulates receiving a message from the browser to fill a form. |
void SimulateOnFillForm(autofill::AutofillAgent* autofill_agent, |
- blink::WebFrame* main_frame) { |
+ blink::WebLocalFrame* main_frame) { |
WebDocument document = main_frame->GetDocument(); |
WebElement element = document.GetElementById(WebString::FromUTF8("fname")); |
ASSERT_FALSE(element.IsNull()); |