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

Unified Diff: runtime/vm/object.h

Issue 9196002: Move Mutex and Monitor from vm/ to platform/ (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed revire 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/platform/thread_win.cc ('k') | runtime/vm/thread.h » ('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 6e653a4fa36d772d9767514ab3de59e9dd15bb1f..7de750e95ff645e9c0734325112012f66556e3f4 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -5,6 +5,7 @@
#ifndef VM_OBJECT_H_
#define VM_OBJECT_H_
+#include "include/dart_api.h"
#include "platform/assert.h"
#include "platform/utils.h"
#include "vm/dart.h"
@@ -16,8 +17,6 @@
#include "vm/raw_object.h"
#include "vm/scanner.h"
-#include "include/dart_api.h"
-
namespace dart {
// Forward declarations.
« no previous file with comments | « runtime/platform/thread_win.cc ('k') | runtime/vm/thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698