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

Unified Diff: Source/wtf/NumberOfCores.cpp

Issue 18095003: Replace #include <wtf/foo.h> with #include "wtf/foo.h" in Source/wtf. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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/Noncopyable.h ('k') | Source/wtf/OwnArrayPtr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/NumberOfCores.cpp
diff --git a/Source/wtf/NumberOfCores.cpp b/Source/wtf/NumberOfCores.cpp
index efbc5c02776c2d9d7e36769113eebcd31b0c1e38..364181d0a94d35200237a496c400f1e6bd48667e 100644
--- a/Source/wtf/NumberOfCores.cpp
+++ b/Source/wtf/NumberOfCores.cpp
@@ -35,7 +35,7 @@
#elif OS(LINUX) || OS(SOLARIS)
#include <unistd.h>
#elif OS(WINDOWS)
-#include <wtf/UnusedParam.h>
+#include "wtf/UnusedParam.h"
#if OS(WINDOWS)
#include <windows.h>
#endif
« no previous file with comments | « Source/wtf/Noncopyable.h ('k') | Source/wtf/OwnArrayPtr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698