root/components/password_manager/core/browser/mock_password_store.cc

/* [<][>][^][v][top][bottom][index][help] */
// Copyright (c) 2012 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/mock_password_store.h"

MockPasswordStore::MockPasswordStore()
    : PasswordStore(
        base::MessageLoopProxy::current(),
        base::MessageLoopProxy::current()) {
}

MockPasswordStore::~MockPasswordStore() {}

/* [<][>][^][v][top][bottom][index][help] */