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

Unified Diff: third_party/WebKit/Source/wtf/ThreadSpecificWin.cpp

Issue 2774333002: Revert "Move files in wtf/ to platform/wtf/" (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
Index: third_party/WebKit/Source/wtf/ThreadSpecificWin.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/ThreadSpecificWin.cpp b/third_party/WebKit/Source/wtf/ThreadSpecificWin.cpp
similarity index 94%
rename from third_party/WebKit/Source/platform/wtf/ThreadSpecificWin.cpp
rename to third_party/WebKit/Source/wtf/ThreadSpecificWin.cpp
index 49218c0a3da0777b8dedb53f875869db79fed8de..9e93dbce94c53771287629dcf48689054e4bffe7 100644
--- a/third_party/WebKit/Source/platform/wtf/ThreadSpecificWin.cpp
+++ b/third_party/WebKit/Source/wtf/ThreadSpecificWin.cpp
@@ -19,14 +19,14 @@
*
*/
-#include "platform/wtf/ThreadSpecific.h"
+#include "ThreadSpecific.h"
#if OS(WIN)
-#include "platform/wtf/Allocator.h"
-#include "platform/wtf/DoublyLinkedList.h"
-#include "platform/wtf/StdLibExtras.h"
-#include "platform/wtf/ThreadingPrimitives.h"
+#include "StdLibExtras.h"
+#include "ThreadingPrimitives.h"
+#include "wtf/Allocator.h"
+#include "wtf/DoublyLinkedList.h"
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/wtf/TerminatedArrayBuilder.h ('k') | third_party/WebKit/Source/wtf/ThreadingPthreads.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698