| 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 c4a4033a8592345c98241e402c96a714c67bd7da..364f89b26696b5b4dc811c3823296cdacc5d869a 100644
|
| --- a/chrome/browser/password_manager/password_store_win_unittest.cc
|
| +++ b/chrome/browser/password_manager/password_store_win_unittest.cc
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include <windows.h>
|
| -#include <wincrypt.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| @@ -26,6 +26,7 @@
|
| #include "components/password_manager/core/common/password_manager_pref_names.h"
|
| #include "components/webdata/common/web_database_service.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| +#include "crypto/wincrypt_shim.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|