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

Unified Diff: runtime/vm/object.h

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: Addresed new comments from 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
« no previous file with comments | « runtime/vm/heap.cc ('k') | runtime/vm/os_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 5e220fbc5d039bfe473899d7aec8c66d3d3e770e..6e653a4fa36d772d9767514ab3de59e9dd15bb1f 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -6,6 +6,7 @@
#define VM_OBJECT_H_
#include "platform/assert.h"
+#include "platform/utils.h"
#include "vm/dart.h"
#include "vm/globals.h"
#include "vm/handles.h"
@@ -14,7 +15,6 @@
#include "vm/os.h"
#include "vm/raw_object.h"
#include "vm/scanner.h"
-#include "vm/utils.h"
#include "include/dart_api.h"
« no previous file with comments | « runtime/vm/heap.cc ('k') | runtime/vm/os_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698