| Index: net/android/keystore_openssl.cc
|
| diff --git a/net/android/keystore_openssl.cc b/net/android/keystore_openssl.cc
|
| index 900bf85a3b59ab841d43e0c4c2bd65ddb933d271..cc463f495394d3dbc344569ab0c4887f1d1482d5 100644
|
| --- a/net/android/keystore_openssl.cc
|
| +++ b/net/android/keystore_openssl.cc
|
| @@ -27,7 +27,7 @@
|
| #include "base/logging.h"
|
| #include "crypto/openssl_util.h"
|
| #include "net/android/keystore.h"
|
| -#include "net/base/ssl_client_cert_type.h"
|
| +#include "net/ssl/ssl_client_cert_type.h"
|
|
|
| // IMPORTANT NOTE: The following code will currently only work when used
|
| // to implement client certificate support with OpenSSL. That's because
|
|
|