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

Unified Diff: src/platform-cygwin.cc

Issue 316133002: Move atomic ops and related files to base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 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
Index: src/platform-cygwin.cc
diff --git a/src/platform-cygwin.cc b/src/platform-cygwin.cc
index 4f5d4d93dc4ffe98844a0c0d0a3c0fa5a09581d8..477172a40e7a0ec25335d7b135fff3c126acbec7 100644
--- a/src/platform-cygwin.cc
+++ b/src/platform-cygwin.cc
@@ -20,7 +20,7 @@
#include "src/platform.h"
#include "src/v8threads.h"
-#include "src/win32-headers.h"
+#include "src/base/win32-headers.h"
Jakob Kummerow 2014/06/05 11:49:06 nit: alpha-sort please
namespace v8 {
namespace internal {

Powered by Google App Engine
This is Rietveld 408576698