 Chromium Code Reviews
 Chromium Code Reviews Issue 16123026:
  Use a direct include of strings headers in crypto/, dbus/, device/.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 16123026:
  Use a direct include of strings headers in crypto/, dbus/, device/.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: crypto/encryptor_openssl.cc | 
| diff --git a/crypto/encryptor_openssl.cc b/crypto/encryptor_openssl.cc | 
| index cb26e221a029cd11b98c6b3bf70cc1ab42734648..b643c7228dd6607523e76aa3fb887222d6e57c01 100644 | 
| --- a/crypto/encryptor_openssl.cc | 
| +++ b/crypto/encryptor_openssl.cc | 
| @@ -8,7 +8,7 @@ | 
| #include <openssl/evp.h> | 
| #include "base/logging.h" | 
| -#include "base/string_util.h" | 
| +#include "base/strings/string_util.h" | 
| #include "crypto/openssl_util.h" | 
| #include "crypto/symmetric_key.h" |