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

Unified Diff: runtime/vm/heap.cc

Issue 9209001: Move utils.h and utils.cc from runtime/vm to runtime/platform (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/heap.cc
diff --git a/runtime/vm/heap.cc b/runtime/vm/heap.cc
index 456c0dc094b52b6fb7d6b8aab3d03d2b9de22030..5e99df85c62b12c0cfc2322a8dfa54a444d1d170 100644
--- a/runtime/vm/heap.cc
+++ b/runtime/vm/heap.cc
@@ -3,6 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
#include "platform/assert.h"
+#include "platform/utils.h"
#include "vm/compiler_stats.h"
#include "vm/flags.h"
#include "vm/heap.h"
Mads Ager (chromium) 2012/01/13 15:10:09 Move to the top.
Søren Gjesse 2012/01/16 10:53:00 Done.
@@ -10,7 +11,6 @@
#include "vm/os.h"
#include "vm/pages.h"
#include "vm/scavenger.h"
-#include "vm/utils.h"
#include "vm/verifier.h"
#include "vm/virtual_memory.h"

Powered by Google App Engine
This is Rietveld 408576698