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

Unified Diff: runtime/bin/dartutils.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/dartutils.cc
diff --git a/runtime/bin/dartutils.cc b/runtime/bin/dartutils.cc
index 845487433d70a3ed177ee7af3c60215f7efa9e56..8d6e6933012f4a20ac3dc3982778b6aa03f5da28 100644
--- a/runtime/bin/dartutils.cc
+++ b/runtime/bin/dartutils.cc
@@ -3,8 +3,8 @@
// BSD-style license that can be found in the LICENSE file.
#include "bin/dartutils.h"
-
#include "bin/file.h"
+#include "platform/assert.h"
#include "platform/globals.h"
const char* DartUtils::kDartScheme = "dart:";

Powered by Google App Engine
This is Rietveld 408576698