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

Unified Diff: runtime/bin/dartutils.h

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/dartutils.h
diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
index 9088b0411c250127287e9c6eac0d07a9756339e7..8972c5c9515fa78bdbf7a5e1503cf83bce8c03f1 100644
--- a/runtime/bin/dartutils.h
+++ b/runtime/bin/dartutils.h
@@ -6,10 +6,11 @@
#define BIN_DARTUTILS_H_
#include "bin/builtin.h"
-#include "bin/globals.h"
#include "include/dart_api.h"
Ivan Posva 2012/01/07 00:26:46 ditto, and other places
Mads Ager (google) 2012/01/07 08:24:32 Done.
+#include "platform/globals.h"
+
class CommandLineOptions {
public:
explicit CommandLineOptions(int max_count)

Powered by Google App Engine
This is Rietveld 408576698