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

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

Issue 2762943002: Move files in wtf/ to platform/wtf/ (Part 6). (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/WTF.h
diff --git a/third_party/WebKit/Source/wtf/WTF.h b/third_party/WebKit/Source/platform/wtf/WTF.h
similarity index 96%
copy from third_party/WebKit/Source/wtf/WTF.h
copy to third_party/WebKit/Source/platform/wtf/WTF.h
index ad4311d1d78ea86355b9e5255be06e7360604ed4..dd15c8f5fdcff28567c3a3c0191dd15e4fd88927 100644
--- a/third_party/WebKit/Source/wtf/WTF.h
+++ b/third_party/WebKit/Source/platform/wtf/WTF.h
@@ -31,8 +31,8 @@
#ifndef WTF_h
#define WTF_h
-#include "wtf/Compiler.h"
-#include "wtf/WTFExport.h"
+#include "platform/wtf/Compiler.h"
+#include "platform/wtf/WTFExport.h"
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/BUILD.gn ('k') | third_party/WebKit/Source/platform/wtf/allocator/PartitionAllocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698