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

Unified Diff: Source/wtf/ThreadingWin.cpp

Issue 23672027: Rename OS(WINDOWS) to OS(WIN) (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/ThreadingPrimitives.h ('k') | Source/wtf/tests/IntegerToStringConversion.cpp » ('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 d220aaaeaaea80f536e5ae082611e7f80a54ac0e..2ee1c4dae77b3ba277338f8c3712516344022d0c 100644
--- a/Source/wtf/ThreadingWin.cpp
+++ b/Source/wtf/ThreadingWin.cpp
@@ -86,7 +86,7 @@
#include "config.h"
#include "Threading.h"
-#if OS(WINDOWS)
+#if OS(WIN)
#include "wtf/CurrentTime.h"
#include "wtf/DateMath.h"
@@ -491,4 +491,4 @@ DWORD absoluteTimeToWaitTimeoutInterval(double absoluteTime)
} // namespace WTF
-#endif // OS(WINDOWS)
+#endif // OS(WIN)
« no previous file with comments | « Source/wtf/ThreadingPrimitives.h ('k') | Source/wtf/tests/IntegerToStringConversion.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698