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

Unified Diff: chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc

Issue 707173004: Refactor Autofill for out of process iframes (OOPIF). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update tests, respond to review comments, cleanup Created 6 years, 1 month 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/browser/ui/autofill/password_generation_popup_view_browsertest.cc
diff --git a/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc b/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
index 67bcc377e27217a1112380285041d3b7ef7aa1ff..7789f67fcfab17563197da1cbb5c119a64070ada 100644
--- a/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
+++ b/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
@@ -25,8 +25,9 @@ class TestPasswordGenerationPopupController :
gfx::RectF(0, 0, 10, 10),
PasswordForm(),
10,
- NULL /* PasswordManager*/,
- NULL /* PasswordGenerationPopupObserver*/,
+ nullptr /* PasswordManager*/,
+ nullptr /* PasswordManagerDriver*/,
+ nullptr /* PasswordGenerationPopupObserver*/,
web_contents,
native_view) {}

Powered by Google App Engine
This is Rietveld 408576698