Chromium Code Reviews| 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..fb9ee6d12e9842833b272224b147fff3565d3ec6 100644 |
| --- a/chrome/browser/password_manager/password_store_win_unittest.cc |
| +++ b/chrome/browser/password_manager/password_store_win_unittest.cc |
| @@ -3,7 +3,6 @@ |
| // found in the LICENSE file. |
| #include <windows.h> |
| -#include <wincrypt.h> |
| #include <string> |
|
Ryan Sleevi
2014/10/29 20:40:24
should be a newline between 5 and 6 here
davidben
2014/10/29 22:49:58
Done.
|
| #include <vector> |
| @@ -26,6 +25,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.h" |
| #include "testing/gmock/include/gmock/gmock.h" |
| #include "testing/gtest/include/gtest/gtest.h" |