blob: 6b8db112c0729faadba55b27f132be0add1fda00 [file] [log] [blame]
// 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 "chrome/browser/password_manager/mock_password_store.h"
MockPasswordStore::MockPasswordStore() {}
// static
scoped_refptr<RefcountedBrowserContextKeyedService> MockPasswordStore::Build(
content::BrowserContext* profile) {
return new MockPasswordStore;
}
void MockPasswordStore::ShutdownOnUIThread() {}
MockPasswordStore::~MockPasswordStore() {}