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

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

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.h
diff --git a/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.h b/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.h
index 300776af2117de2a52553dc28214b431174c4f04..a83e006b32311ebba93a111ae78dcd11b173553c 100644
--- a/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.h
+++ b/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.h
@@ -27,9 +27,9 @@
#ifndef WTF_CryptographicallyRandomNumber_h
#define WTF_CryptographicallyRandomNumber_h
-#include "wtf/WTFExport.h"
-#include <cstddef>
#include <stdint.h>
+#include <cstddef>
+#include "platform/wtf/WTFExport.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698