| Index: components/password_manager/core/browser/password_store_default_unittest.cc
|
| diff --git a/components/password_manager/core/browser/password_store_default_unittest.cc b/components/password_manager/core/browser/password_store_default_unittest.cc
|
| index 884addaeaf2a2b31abfe7c70f70dfa9081d02824..9dffaa2060b90e4d289503c39f8d218d6ba2c823 100644
|
| --- a/components/password_manager/core/browser/password_store_default_unittest.cc
|
| +++ b/components/password_manager/core/browser/password_store_default_unittest.cc
|
| @@ -71,7 +71,6 @@ PasswordFormData CreateTestPasswordFormData() {
|
| L"username_value",
|
| L"password_value",
|
| true,
|
| - false,
|
| 1};
|
| return data;
|
| }
|
| @@ -168,8 +167,7 @@ TEST(PasswordStoreDefaultTest, NonASCIIData) {
|
| static const PasswordFormData form_data[] = {
|
| {PasswordForm::SCHEME_HTML, "http://foo.example.com",
|
| "http://foo.example.com/origin", "http://foo.example.com/action",
|
| - L"มีสีสัน", L"お元気ですか?", L"盆栽", L"أحب كرة", L"£éä국수çà", true,
|
| - false, 1},
|
| + L"มีสีสัน", L"お元気ですか?", L"盆栽", L"أحب كرة", L"£éä국수çà", true, 1},
|
| };
|
|
|
| // Build the expected forms vector and add the forms to the store.
|
|
|