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

Unified Diff: components/password_manager/core/browser/BUILD.gn

Issue 2592653003: Avoid use-after-free in FormFetcherImpl (Closed)
Patch Set: Typos Created 4 years 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/password_manager/core/browser/BUILD.gn
diff --git a/components/password_manager/core/browser/BUILD.gn b/components/password_manager/core/browser/BUILD.gn
index deecfff16293d3a2d40df72bc5f78e00a385af22..b1acc8970e4c87f6ded13f472d652b227eb9aa71 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -260,6 +260,7 @@ source_set("unit_tests") {
"affiliation_utils_unittest.cc",
"browser_save_password_progress_logger_unittest.cc",
"credential_manager_logger_unittest.cc",
+ "credential_manager_password_form_manager_unittest.cc",
"export/csv_writer_unittest.cc",
"export/password_csv_writer_unittest.cc",
"export/password_exporter_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698