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

Unified Diff: runtime/vm/allocation.h

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: Addressed review comments from iposva@ and ager@ 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/vm/allocation.h
diff --git a/runtime/vm/allocation.h b/runtime/vm/allocation.h
index 0f705e505bb9e597db7332364ce34b48eb202c64..e77fd3dc6294a72217789d860fc10079e2fb7627 100644
--- a/runtime/vm/allocation.h
+++ b/runtime/vm/allocation.h
@@ -6,7 +6,7 @@
#define VM_ALLOCATION_H_
#include "platform/assert.h"
-#include "platform/global.h"
+#include "vm/globals.h"
namespace dart {

Powered by Google App Engine
This is Rietveld 408576698