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

Unified Diff: components/password_manager/core/browser/password_store_consumer.cc

Issue 1615653005: [Password manager] Human readable origins for Android credentials on chrome://settings/passwords (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Transfer multi-request logic from PasswordStore to AffiliatedMatchHelper Created 4 years, 10 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/password_manager/core/browser/password_store_consumer.cc
diff --git a/components/password_manager/core/browser/password_store_consumer.cc b/components/password_manager/core/browser/password_store_consumer.cc
index 652035661910412e320906c75392676ba0d84f4a..96f629aff9b90682cb9988d806ae5c1f2550b7f4 100644
--- a/components/password_manager/core/browser/password_store_consumer.cc
+++ b/components/password_manager/core/browser/password_store_consumer.cc
@@ -4,8 +4,6 @@
#include "components/password_manager/core/browser/password_store_consumer.h"
-#include "components/password_manager/core/browser/statistics_table.h"
-
namespace password_manager {
PasswordStoreConsumer::PasswordStoreConsumer() : weak_ptr_factory_(this) {

Powered by Google App Engine
This is Rietveld 408576698