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

Unified Diff: components/autofill/content/renderer/password_form_conversion_utils.h

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch Created 4 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: components/autofill/content/renderer/password_form_conversion_utils.h
diff --git a/components/autofill/content/renderer/password_form_conversion_utils.h b/components/autofill/content/renderer/password_form_conversion_utils.h
index 4101dcb9460fe65ba64bd8d76790a8fc3e4a15de..4c8cd645e46faf02ba49d6382a5e308e9aca5de0 100644
--- a/components/autofill/content/renderer/password_form_conversion_utils.h
+++ b/components/autofill/content/renderer/password_form_conversion_utils.h
@@ -15,7 +15,6 @@
#include "url/gurl.h"
namespace blink {
-class WebDocument;
class WebFormElement;
class WebFormControlElement;
class WebFrame;
@@ -24,8 +23,6 @@ class WebInputElement;
namespace autofill {
-struct FormData;
-struct FormFieldData;
struct PasswordForm;
// Tests whether the given form is a GAIA reauthentication form. The form is

Powered by Google App Engine
This is Rietveld 408576698