| Index: net/http/transport_security_state.cc
|
| diff --git a/net/http/transport_security_state.cc b/net/http/transport_security_state.cc
|
| index f2282ed320a67983535e9dd09cea468447f6d501..d238e9955680066a0b71711d4a21847c1326ce4f 100644
|
| --- a/net/http/transport_security_state.cc
|
| +++ b/net/http/transport_security_state.cc
|
| @@ -29,12 +29,12 @@
|
| #include "base/time/time.h"
|
| #include "base/values.h"
|
| #include "crypto/sha2.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "net/base/dns_util.h"
|
| #include "net/cert/x509_cert_types.h"
|
| #include "net/cert/x509_certificate.h"
|
| #include "net/http/http_security_headers.h"
|
| #include "net/ssl/ssl_info.h"
|
| +#include "url/gurl.h"
|
|
|
| #if defined(USE_OPENSSL)
|
| #include "crypto/openssl_util.h"
|
|
|