Chromium Code Reviews| Index: net/ssl/client_cert_store_impl_win.cc |
| diff --git a/net/base/client_cert_store_impl_win.cc b/net/ssl/client_cert_store_impl_win.cc |
| similarity index 99% |
| rename from net/base/client_cert_store_impl_win.cc |
| rename to net/ssl/client_cert_store_impl_win.cc |
| index 9098076d0b4021c5da70f05af18f10c77eacd3dd..776cf19f3323e746ba7724ed4f143f59c6e59250 100644 |
| --- a/net/base/client_cert_store_impl_win.cc |
| +++ b/net/ssl/client_cert_store_impl_win.cc |
| @@ -2,15 +2,15 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "net/base/client_cert_store_impl.h" |
| +#include "net/ssl/client_cert_store_impl.h" |
| #include <algorithm> |
| #include <string> |
| #define SECURITY_WIN32 // Needs to be defined before including security.h |
| #include <windows.h> |
| -#include <wincrypt.h> |
| #include <security.h> |
|
wtc
2013/03/12 23:14:37
In general, be careful about moving system headers
Paweł Hajdan Jr.
2013/03/13 22:59:52
Done.
|
| +#include <wincrypt.h> |
| #include "base/logging.h" |
| #include "crypto/scoped_capi_types.h" |