| 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
|
|
|