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

Unified Diff: third_party/WebKit/Source/platform/wtf/ThreadingWin.cpp

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/ThreadingWin.cpp
diff --git a/third_party/WebKit/Source/wtf/ThreadingWin.cpp b/third_party/WebKit/Source/platform/wtf/ThreadingWin.cpp
similarity index 97%
rename from third_party/WebKit/Source/wtf/ThreadingWin.cpp
rename to third_party/WebKit/Source/platform/wtf/ThreadingWin.cpp
index 7f207e1cc2714c4a483424918e78136014a4ac51..431ce2467e15f9550e3d375d776c6a1335e94c84 100644
--- a/third_party/WebKit/Source/wtf/ThreadingWin.cpp
+++ b/third_party/WebKit/Source/platform/wtf/ThreadingWin.cpp
@@ -96,18 +96,18 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
-#include "wtf/Threading.h"
+#include "platform/wtf/Threading.h"
#if OS(WIN)
-#include "wtf/CurrentTime.h"
-#include "wtf/DateMath.h"
-#include "wtf/HashMap.h"
-#include "wtf/MathExtras.h"
-#include "wtf/ThreadSpecific.h"
-#include "wtf/ThreadingPrimitives.h"
-#include "wtf/WTFThreadData.h"
-#include "wtf/dtoa/double-conversion.h"
+#include "platform/wtf/CurrentTime.h"
+#include "platform/wtf/DateMath.h"
+#include "platform/wtf/HashMap.h"
+#include "platform/wtf/MathExtras.h"
+#include "platform/wtf/ThreadSpecific.h"
+#include "platform/wtf/ThreadingPrimitives.h"
+#include "platform/wtf/WTFThreadData.h"
+#include "platform/wtf/dtoa/double-conversion.h"
#include <errno.h>
#include <process.h>
#include <windows.h>
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/ThreadingPthreads.cpp ('k') | third_party/WebKit/Source/platform/wtf/WTF.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698