 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/random_unittest.cc | 
| diff --git a/crypto/random_unittest.cc b/crypto/random_unittest.cc | 
| index 297f3cccd6fbae634eae525b4a94a22e0dfca599..846d9b66f3d5419b8cf34ebe40a551a26f6eab20 100644 | 
| --- a/crypto/random_unittest.cc | 
| +++ b/crypto/random_unittest.cc | 
| @@ -4,7 +4,7 @@ | 
| #include "crypto/random.h" | 
| -#include "base/string_util.h" | 
| +#include "base/strings/string_util.h" | 
| #include "testing/gtest/include/gtest/gtest.h" | 
| // Basic functionality tests. Does NOT test the security of the random data. |