 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/rsa_private_key_win.cc | 
| diff --git a/crypto/rsa_private_key_win.cc b/crypto/rsa_private_key_win.cc | 
| index 07f071ef5b6903f4767997faf7b9fabdac0bec92..29ee663eed3c9fa376b4d7a06593f46b5ebfe095 100644 | 
| --- a/crypto/rsa_private_key_win.cc | 
| +++ b/crypto/rsa_private_key_win.cc | 
| @@ -8,7 +8,7 @@ | 
| #include "base/logging.h" | 
| #include "base/memory/scoped_ptr.h" | 
| -#include "base/string_util.h" | 
| +#include "base/strings/string_util.h" | 
| #pragma comment(lib, "crypt32.lib") |