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

Unified Diff: runtime/bin/process_win.cc

Issue 9114008: Introduce runtime/platform directory for code shared between vm (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 12 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: runtime/bin/process_win.cc
diff --git a/runtime/bin/process_win.cc b/runtime/bin/process_win.cc
index ad2edfc09ea7f5cc1b8803ad98b65addf14c2c3e..d9abf1ed0cacfb4b0ca0abcdcf4b7bcafca6a13c 100644
--- a/runtime/bin/process_win.cc
+++ b/runtime/bin/process_win.cc
@@ -5,10 +5,11 @@
#include <process.h>
#include "bin/builtin.h"
-#include "bin/globals.h"
#include "bin/process.h"
#include "bin/eventhandler.h"
+#include "platform/globals.h"
+
static const int kReadHandle = 0;
static const int kWriteHandle = 1;

Powered by Google App Engine
This is Rietveld 408576698