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

Unified Diff: runtime/bin/directory.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/directory.h
diff --git a/runtime/bin/directory.h b/runtime/bin/directory.h
index 7646cb0958e4e2864b21441e313869ea5befe6f0..b5ba45fcb14abae810a611806609aaea0d9619f2 100644
--- a/runtime/bin/directory.h
+++ b/runtime/bin/directory.h
@@ -6,7 +6,8 @@
#define BIN_DIRECTORY_H_
#include "bin/builtin.h"
-#include "bin/globals.h"
+
+#include "platform/globals.h"
class Directory {
public:

Powered by Google App Engine
This is Rietveld 408576698