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

Unified Diff: Source/wtf/ParallelJobsGeneric.cpp

Issue 14390002: Decrease the visibility of the ENABLE_THREADING_XX guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase + remove the deleted file from the file list in gypi file 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/ParallelJobs.h ('k') | Source/wtf/ParallelJobsOpenMP.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/ParallelJobsGeneric.cpp
diff --git a/Source/wtf/ParallelJobsGeneric.cpp b/Source/wtf/ParallelJobsGeneric.cpp
index 2cc0bc64378761f4df2057fe65d243fd0794b401..fbf2ce3bf7805a66da07be7e03833723cb79eeb1 100644
--- a/Source/wtf/ParallelJobsGeneric.cpp
+++ b/Source/wtf/ParallelJobsGeneric.cpp
@@ -26,10 +26,10 @@
*/
#include "config.h"
+#include "ParallelJobs.h"
#if ENABLE(THREADING_GENERIC)
-#include "ParallelJobs.h"
#include <wtf/NumberOfCores.h>
namespace WTF {
« no previous file with comments | « Source/wtf/ParallelJobs.h ('k') | Source/wtf/ParallelJobsOpenMP.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698