| Index: chrome/browser/password_manager/password_store_win_unittest.cc
|
| diff --git a/chrome/browser/password_manager/password_store_win_unittest.cc b/chrome/browser/password_manager/password_store_win_unittest.cc
|
| index c19cf8b67a92435de2e84a540a2c5ab62d525211..17758f675803b3a39498bbdd8e8581473d253fc1 100644
|
| --- a/chrome/browser/password_manager/password_store_win_unittest.cc
|
| +++ b/chrome/browser/password_manager/password_store_win_unittest.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// 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.
|
|
|
| @@ -14,6 +14,7 @@
|
| #include "base/time.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "chrome/browser/password_manager/password_form_data.h"
|
| +#include "chrome/browser/password_manager/password_store_consumer.h"
|
| #include "chrome/browser/password_manager/password_store_win.h"
|
| #include "chrome/browser/password_manager/ie7_password.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| @@ -35,7 +36,8 @@ namespace {
|
| class MockPasswordStoreConsumer : public PasswordStoreConsumer {
|
| public:
|
| MOCK_METHOD2(OnPasswordStoreRequestDone,
|
| - void(int, const std::vector<webkit_glue::PasswordForm*>&));
|
| + void(CancelableRequestProvider::Handle,
|
| + const std::vector<webkit_glue::PasswordForm*>&));
|
| };
|
|
|
| class MockWebDataServiceConsumer : public WebDataServiceConsumer {
|
|
|