| Index: crypto/rsa_private_key.cc | 
| diff --git a/crypto/rsa_private_key.cc b/crypto/rsa_private_key.cc | 
| index 62eb996edd3e03073328280e4ff0b64fe8843519..812d9fa16e57803300e5b5743212884d63f5d24c 100644 | 
| --- a/crypto/rsa_private_key.cc | 
| +++ b/crypto/rsa_private_key.cc | 
| @@ -9,7 +9,7 @@ | 
|  | 
| #include "base/logging.h" | 
| #include "base/memory/scoped_ptr.h" | 
| -#include "base/string_util.h" | 
| +#include "base/strings/string_util.h" | 
|  | 
| // This file manually encodes and decodes RSA private keys using PrivateKeyInfo | 
| // from PKCS #8 and RSAPrivateKey from PKCS #1. These structures are: | 
|  |