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

Unified Diff: third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.cpp

Issue 2810413002: Rewrite references to "wtf/" to "platform/wtf/" in the rest of platform/. (Closed)
Patch Set: Created 3 years, 8 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
Index: third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.cpp b/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.cpp
index e499755bdaabed2ec44e03b69d83fc4a718e4462..c210a0664ae34437fc892da4841013906bccda49 100644
--- a/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.cpp
+++ b/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.cpp
@@ -15,7 +15,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "wtf/CryptographicallyRandomNumber.h"
+#include "platform/wtf/CryptographicallyRandomNumber.h"
#include "base/rand_util.h"
#include <string.h>

Powered by Google App Engine
This is Rietveld 408576698