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

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

Issue 262583007: Password manager internals page service: introduction (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also tests use the right namespace Created 6 years, 7 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
« no previous file with comments | « components/password_manager/core/browser/password_manager_internals_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/browser/password_manager_internals_service.cc
diff --git a/components/password_manager/core/browser/password_store_consumer.cc b/components/password_manager/core/browser/password_manager_internals_service.cc
similarity index 50%
copy from components/password_manager/core/browser/password_store_consumer.cc
copy to components/password_manager/core/browser/password_manager_internals_service.cc
index da62aed78e51390b7b0039a186df460b8fa391be..3d80b321d253afcf8b9bef39c9defb15dc6656f5 100644
--- a/components/password_manager/core/browser/password_store_consumer.cc
+++ b/components/password_manager/core/browser/password_manager_internals_service.cc
@@ -2,14 +2,14 @@
// 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_store_consumer.h"
+#include "components/password_manager/core/browser/password_manager_internals_service.h"
namespace password_manager {
-PasswordStoreConsumer::PasswordStoreConsumer() : weak_ptr_factory_(this) {
+PasswordManagerInternalsService::PasswordManagerInternalsService() {
}
-PasswordStoreConsumer::~PasswordStoreConsumer() {
+PasswordManagerInternalsService::~PasswordManagerInternalsService() {
}
} // namespace password_manager
« no previous file with comments | « components/password_manager/core/browser/password_manager_internals_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698