Chromium Code Reviews| Index: chrome/browser/password_manager/password_store_consumer.cc |
| diff --git a/chrome/browser/password_manager/password_store_consumer.cc b/chrome/browser/password_manager/password_store_consumer.cc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f0756ecf93d354238e0c6d1288e3eb102edb3209 |
| --- /dev/null |
| +++ b/chrome/browser/password_manager/password_store_consumer.cc |
| @@ -0,0 +1,8 @@ |
| +// Copyright (c) 2011 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/password_store_consumer.h" |
| + |
| +PasswordStoreConsumer::~PasswordStoreConsumer() { |
| +} |