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

Unified Diff: Source/web/WebPasswordFormData.cpp

Issue 202893002: Replace elementHasLegalLinkAttribute() helper with virtual function (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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: Source/web/WebPasswordFormData.cpp
diff --git a/Source/web/WebPasswordFormData.cpp b/Source/web/WebPasswordFormData.cpp
index b6d58507ec79f0b815b4ab1e14153f90df1b90e6..2d97f8c9e63ac530ff4ef6dccd43f3f797ac932b 100644
--- a/Source/web/WebPasswordFormData.cpp
+++ b/Source/web/WebPasswordFormData.cpp
@@ -32,14 +32,12 @@
#include "WebPasswordFormData.h"
#include "HTMLNames.h"
+#include "WebPasswordFormUtils.h"
#include "core/dom/Document.h"
#include "core/html/HTMLFormElement.h"
#include "core/html/HTMLInputElement.h"
#include "platform/weborigin/KURL.h"
-#include "DOMUtilitiesPrivate.h"
-#include "WebPasswordFormUtils.h"
-
using namespace WebCore;
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698