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

Unified Diff: runtime/bin/directory.cc

Issue 9189003: Move assert.h/assert.cc from runtime/vm to runtime/platform (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixing vm/assert.h for _macos, _win, _arm and _x64 files Created 8 years, 11 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.cc
diff --git a/runtime/bin/directory.cc b/runtime/bin/directory.cc
index 3c9fc4d26800e536c3e6b903b7f2682ff3618267..e89ef084fc9494389e06196b9f3202a64b9982a2 100644
--- a/runtime/bin/directory.cc
+++ b/runtime/bin/directory.cc
@@ -4,8 +4,8 @@
#include "bin/dartutils.h"
#include "bin/directory.h"
Ivan Posva 2012/01/13 23:22:06 Should bin/directory.h be first when being include
Søren Gjesse 2012/01/16 08:58:00 Done.
-
#include "include/dart_api.h"
+#include "platform/assert.h"
static intptr_t GetHandlerPort(Dart_Handle handle) {
if (Dart_IsNull(handle)) {
« no previous file with comments | « runtime/bin/dartutils.cc ('k') | runtime/bin/file_linux.cc » ('j') | runtime/bin/file_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698