| Index: chrome/browser/password_manager/password_store_mac_unittest.cc
|
| diff --git a/chrome/browser/password_manager/password_store_mac_unittest.cc b/chrome/browser/password_manager/password_store_mac_unittest.cc
|
| index d8e3a07d72a7ea0d14d467285b10ba252a294740..74b7576179e64412f3f64e45bc787e3fb748a0c5 100644
|
| --- a/chrome/browser/password_manager/password_store_mac_unittest.cc
|
| +++ b/chrome/browser/password_manager/password_store_mac_unittest.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 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/utf_string_conversions.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "chrome/browser/keychain_mock_mac.h"
|
| +#include "chrome/browser/password_manager/password_store_consumer.h"
|
| #include "chrome/browser/password_manager/password_store_mac.h"
|
| #include "chrome/browser/password_manager/password_store_mac_internal.h"
|
| #include "chrome/common/chrome_paths.h"
|
| @@ -28,7 +29,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*>&));
|
| };
|
|
|
| ACTION(STLDeleteElements0) {
|
|
|