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

Unified Diff: Source/wtf/ProcessID.h

Issue 23600014: Rename OS(UNIX) to OS(POSIX) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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/PartitionAllocTest.cpp ('k') | Source/wtf/RandomNumberSeed.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/ProcessID.h
diff --git a/Source/wtf/ProcessID.h b/Source/wtf/ProcessID.h
index e9bad1362f85101c9b702a78b726779d00280d6f..4f31b738695acac53d31ee38f79e38c0767553af 100644
--- a/Source/wtf/ProcessID.h
+++ b/Source/wtf/ProcessID.h
@@ -26,7 +26,7 @@
#ifndef ProcessID_h
#define ProcessID_h
-#if OS(UNIX)
+#if OS(POSIX)
#include <unistd.h>
#endif
« no previous file with comments | « Source/wtf/PartitionAllocTest.cpp ('k') | Source/wtf/RandomNumberSeed.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698