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

Unified Diff: runtime/bin/main.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/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index 23bf45efa6ee0536a6dfbd31bc1d31247444ed7e..b70226ff372d71acd9ce43816b644ec2b83f005a 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -12,9 +12,10 @@
#include "bin/builtin.h"
#include "bin/dartutils.h"
#include "bin/file.h"
-#include "bin/globals.h"
#include "bin/platform.h"
+#include "platform/globals.h"
+
// snapshot_buffer points to a snapshot if we link in a snapshot otherwise
// it is initialized to NULL.
extern const uint8_t* snapshot_buffer;

Powered by Google App Engine
This is Rietveld 408576698