Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(509)

Unified Diff: chrome/renderer/autofill/form_autocomplete_browsertest.cc

Issue 2928033002: Move GetDocument method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Split a DCHECK in two as suggested by boliu@. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());
« no previous file with comments | « chrome/browser/web_applications/web_app_unittest.cc ('k') | chrome/renderer/autofill/form_autofill_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698