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

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

Issue 2748083005: Move files in wtf/ to platform/wtf/ (Part 1). (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/BUILD.gn ('k') | third_party/WebKit/Source/platform/wtf/CPU.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/wtf/ByteSwap.h
diff --git a/third_party/WebKit/Source/wtf/ByteSwap.h b/third_party/WebKit/Source/platform/wtf/ByteSwap.h
similarity index 97%
copy from third_party/WebKit/Source/wtf/ByteSwap.h
copy to third_party/WebKit/Source/platform/wtf/ByteSwap.h
index 3f4462ccaafea0a59b7c9c0b16a876aa0a1700f2..979f7aca061846f8f787baf56f866a4c2d3fc48a 100644
--- a/third_party/WebKit/Source/wtf/ByteSwap.h
+++ b/third_party/WebKit/Source/platform/wtf/ByteSwap.h
@@ -31,8 +31,8 @@
#ifndef WTF_ByteSwap_h
#define WTF_ByteSwap_h
-#include "wtf/CPU.h"
-#include "wtf/Compiler.h"
+#include "platform/wtf/CPU.h"
+#include "platform/wtf/Compiler.h"
#include <stdint.h>
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/BUILD.gn ('k') | third_party/WebKit/Source/platform/wtf/CPU.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698