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

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

Issue 2703633003: Add initial BUILD.gn in platform/wtf/, and move first a few files there. (Closed)
Patch Set: Rebase for platform/newwtf. Created 3 years, 10 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/newwtf/CryptographicallyRandomNumber.h
diff --git a/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h b/third_party/WebKit/Source/platform/newwtf/CryptographicallyRandomNumber.h
similarity index 95%
copy from third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h
copy to third_party/WebKit/Source/platform/newwtf/CryptographicallyRandomNumber.h
index 51fbf4765c5b84e260d2e5dc5976c4331714093a..1b93b47cfb162b0e1209e4e9bcf472d34ed29e36 100644
--- a/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h
+++ b/third_party/WebKit/Source/platform/newwtf/CryptographicallyRandomNumber.h
@@ -24,8 +24,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef WTF_CryptographicallyRandomNumber_h
-#define WTF_CryptographicallyRandomNumber_h
+#ifndef CryptographicallyRandomNumber_h
+#define CryptographicallyRandomNumber_h
Yuta Kitamura 2017/02/20 11:04:00 WebKit lint warned #include guard style this time;
haraken 2017/02/20 11:58:25 Hmm, I'm not sure.
#include "wtf/WTFExport.h"
#include <cstddef>

Powered by Google App Engine
This is Rietveld 408576698