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

Unified Diff: runtime/bin/file_test.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/file_test.cc
diff --git a/runtime/bin/file_test.cc b/runtime/bin/file_test.cc
index 110a7a778814d89730b006ff72b7a1e0b6b4121d..f4774943ba1b28fee7154e8e272b6e067d1d86e9 100644
--- a/runtime/bin/file_test.cc
+++ b/runtime/bin/file_test.cc
@@ -4,8 +4,9 @@
#include "bin/file.h"
+#include "platform/globals.h"
+
#include "vm/assert.h"
-#include "vm/globals.h"
#include "vm/unit_test.h"

Powered by Google App Engine
This is Rietveld 408576698