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

Unified Diff: Source/wtf/ThreadingWin.cpp

Issue 23521004: Remove StackStats. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix Windows compile. Created 7 years, 4 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 | « Source/wtf/ThreadingPthreads.cpp ('k') | Source/wtf/WTFThreadData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/ThreadingWin.cpp
diff --git a/Source/wtf/ThreadingWin.cpp b/Source/wtf/ThreadingWin.cpp
index 971274cee677b23a024b2b7da37cfdb902bed6c3..d220aaaeaaea80f536e5ae082611e7f80a54ac0e 100644
--- a/Source/wtf/ThreadingWin.cpp
+++ b/Source/wtf/ThreadingWin.cpp
@@ -88,24 +88,23 @@
#if OS(WINDOWS)
-#include "DateMath.h"
-#include "dtoa.h"
-#include "dtoa/cached-powers.h"
-
-#include "MainThread.h"
-#include "ThreadFunctionInvocation.h"
-#include "ThreadSpecific.h"
-#include <windows.h>
#include "wtf/CurrentTime.h"
+#include "wtf/DateMath.h"
#include "wtf/HashMap.h"
+#include "wtf/MainThread.h"
#include "wtf/MathExtras.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/RandomNumberSeed.h"
+#include "wtf/ThreadFunctionInvocation.h"
+#include "wtf/ThreadSpecific.h"
+#include "wtf/ThreadingPrimitives.h"
#include "wtf/WTFThreadData.h"
-
+#include "wtf/dtoa.h"
+#include "wtf/dtoa/cached-powers.h"
#include <errno.h>
#include <process.h>
+#include <windows.h>
namespace WTF {
« no previous file with comments | « Source/wtf/ThreadingPthreads.cpp ('k') | Source/wtf/WTFThreadData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698