blob: da62aed78e51390b7b0039a186df460b8fa391be [file] [log] [blame]
// Copyright 2014 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_store_consumer.h"
namespace password_manager {
PasswordStoreConsumer::PasswordStoreConsumer() : weak_ptr_factory_(this) {
}
PasswordStoreConsumer::~PasswordStoreConsumer() {
}
} // namespace password_manager