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

Unified Diff: runtime/vm/dart_api_state.h

Issue 463993002: - Separate the thread implementation used in bin/ and vm/ (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 4 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/dart_api_state.h
===================================================================
--- runtime/vm/dart_api_state.h (revision 39151)
+++ runtime/vm/dart_api_state.h (working copy)
@@ -7,7 +7,6 @@
#include "include/dart_api.h"
-#include "platform/thread.h"
#include "platform/utils.h"
#include "vm/bitfield.h"
#include "vm/dart_api_impl.h"
@@ -17,6 +16,7 @@
#include "vm/object.h"
#include "vm/os.h"
#include "vm/raw_object.h"
+#include "vm/thread.h"
#include "vm/visitor.h"
#include "vm/handles_impl.h"

Powered by Google App Engine
This is Rietveld 408576698