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

Unified Diff: Source/wtf/FastMalloc.cpp

Issue 14810003: Move CPU() macro to it's own header from wtf/Platform.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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/CPU.h ('k') | Source/wtf/MathExtras.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/FastMalloc.cpp
diff --git a/Source/wtf/FastMalloc.cpp b/Source/wtf/FastMalloc.cpp
index 5ef6c14e5c9e815f1f9c5b23860b5bce00b1ed08..14d108f17b2ede1439276878519b7cffb4b1eb7a 100644
--- a/Source/wtf/FastMalloc.cpp
+++ b/Source/wtf/FastMalloc.cpp
@@ -78,6 +78,9 @@
#include "FastMalloc.h"
#include "Assertions.h"
abarth-chromium 2013/05/15 15:39:57 These includes should also use the "wtf/" prefix
+#include "wtf/CPU.h"
+#include "wtf/StdLibExtras.h"
+#include "wtf/UnusedParam.h"
#include <limits>
#if OS(WINDOWS)
@@ -86,8 +89,6 @@
#include <pthread.h>
#endif
#include <string.h>
-#include <wtf/StdLibExtras.h>
-#include <wtf/UnusedParam.h>
#ifndef NO_TCMALLOC_SAMPLES
#define NO_TCMALLOC_SAMPLES
« no previous file with comments | « Source/wtf/CPU.h ('k') | Source/wtf/MathExtras.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698