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

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

Issue 2767153004: Move files in wtf/ to platform/wtf/ (Part 12). (Closed)
Patch Set: Rebase. Created 3 years, 9 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/ByteOrder.h
diff --git a/third_party/WebKit/Source/wtf/ByteOrder.h b/third_party/WebKit/Source/platform/wtf/ByteOrder.h
similarity index 97%
copy from third_party/WebKit/Source/wtf/ByteOrder.h
copy to third_party/WebKit/Source/platform/wtf/ByteOrder.h
index 35456a828cf5aa7892b33ece7961f03c239be286..4f2b9b3d9eff3553915fd16c98213c2ffb06db7a 100644
--- a/third_party/WebKit/Source/wtf/ByteOrder.h
+++ b/third_party/WebKit/Source/platform/wtf/ByteOrder.h
@@ -37,8 +37,8 @@
#if OS(WIN)
-#include "wtf/ByteSwap.h"
-#include "wtf/CPU.h"
+#include "platform/wtf/ByteSwap.h"
+#include "platform/wtf/CPU.h"
#if CPU(BIG_ENDIAN)
inline uint16_t ntohs(uint16_t x) {

Powered by Google App Engine
This is Rietveld 408576698