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

Unified Diff: components/autofill/core/common/password_form.cc

Issue 23742004: Move PasswordForm from //content to //autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_password_form_conversion_utils
Patch Set: Rebase Created 7 years, 3 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: components/autofill/core/common/password_form.cc
diff --git a/content/public/common/password_form.cc b/components/autofill/core/common/password_form.cc
similarity index 83%
rename from content/public/common/password_form.cc
rename to components/autofill/core/common/password_form.cc
index 95a2511c82706da7381301e5d200108d26505506..2db333c7568f4c6a48a3faf2b37c308e6b2bd69f 100644
--- a/content/public/common/password_form.cc
+++ b/components/autofill/core/common/password_form.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/common/password_form.h"
+#include "components/autofill/core/common/password_form.h"
-namespace content {
+namespace autofill {
PasswordForm::PasswordForm()
: scheme(SCHEME_HTML),
@@ -23,4 +23,4 @@ bool PasswordForm::IsPublicSuffixMatch() const {
return !original_signon_realm.empty();
}
-} // namespace content
+} // namespace autofill
« no previous file with comments | « components/autofill/core/common/password_form.h ('k') | components/autofill/core/common/password_form_fill_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698