| 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 7061ca40319f06bab0adb00bd9f83885abb43f49..36fb22e8b37e99d2be54a9dfb304193813b549c9 100644
|
| --- a/chrome/browser/password_manager/password_store_mac_unittest.cc
|
| +++ b/chrome/browser/password_manager/password_store_mac_unittest.cc
|
| @@ -20,7 +20,7 @@
|
| #include "content/test/test_browser_thread.h"
|
|
|
| using content::BrowserThread;
|
| -using webkit_glue::PasswordForm;
|
| +using webkit::forms::PasswordForm;
|
| using testing::_;
|
| using testing::DoAll;
|
| using testing::WithArg;
|
| @@ -31,7 +31,7 @@ class MockPasswordStoreConsumer : public PasswordStoreConsumer {
|
| public:
|
| MOCK_METHOD2(OnPasswordStoreRequestDone,
|
| void(CancelableRequestProvider::Handle,
|
| - const std::vector<webkit_glue::PasswordForm*>&));
|
| + const std::vector<webkit::forms::PasswordForm*>&));
|
| };
|
|
|
| ACTION(STLDeleteElements0) {
|
|
|