Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2764)

Unified Diff: crypto/random_unittest.cc

Issue 16123026: Use a direct include of strings headers in crypto/, dbus/, device/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « crypto/nss_util.cc ('k') | crypto/rsa_private_key.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « crypto/nss_util.cc ('k') | crypto/rsa_private_key.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698