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

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

Issue 2585253002: Integration of PasswordReuseDetector into PasswordStore. (Closed)
Patch Set: Rebase 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/password_reuse_detector_consumer.cc
diff --git a/components/password_manager/core/browser/password_reuse_detector_consumer.cc b/components/password_manager/core/browser/password_reuse_detector_consumer.cc
new file mode 100644
index 0000000000000000000000000000000000000000..9f64c86fdb1222c602d2c12222f7934859579e99
--- /dev/null
+++ b/components/password_manager/core/browser/password_reuse_detector_consumer.cc
@@ -0,0 +1,13 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "components/password_manager/core/browser/password_reuse_detector_consumer.h"
+
+namespace password_manager {
+
+PasswordReuseDetectorConsumer::PasswordReuseDetectorConsumer() {}
+
+PasswordReuseDetectorConsumer::~PasswordReuseDetectorConsumer() {}
+
+} // namespace password_manager

Powered by Google App Engine
This is Rietveld 408576698