Index: remoting/protocol/ssl_hmac_channel_authenticator.cc |
diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.cc b/remoting/protocol/ssl_hmac_channel_authenticator.cc |
index 5643430cb54543917320807087e2320a51232320..b78abf02f0efb9cef5f4af1b6abbe88f14145394 100644 |
--- a/remoting/protocol/ssl_hmac_channel_authenticator.cc |
+++ b/remoting/protocol/ssl_hmac_channel_authenticator.cc |
@@ -7,11 +7,11 @@ |
#include "base/bind.h" |
#include "base/bind_helpers.h" |
#include "crypto/secure_util.h" |
-#include "net/base/cert_verifier.h" |
#include "net/base/host_port_pair.h" |
#include "net/base/io_buffer.h" |
#include "net/base/net_errors.h" |
-#include "net/base/x509_certificate.h" |
+#include "net/cert/cert_verifier.h" |
+#include "net/cert/x509_certificate.h" |
#include "net/socket/client_socket_factory.h" |
#include "net/socket/ssl_client_socket.h" |
#include "net/socket/ssl_server_socket.h" |