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

Unified Diff: runtime/bin/thread_pool_linux.h

Issue 9114008: Introduce runtime/platform directory for code shared between vm (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 12 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/bin/thread_pool_linux.h
diff --git a/runtime/bin/thread_pool_linux.h b/runtime/bin/thread_pool_linux.h
index d7a18b726861efd141d787031513b55d4e4ebcbf..4b3a7449aef0d81e9a34e3ec964f577146cd4b8d 100644
--- a/runtime/bin/thread_pool_linux.h
+++ b/runtime/bin/thread_pool_linux.h
@@ -7,7 +7,7 @@
#include <pthread.h>
-#include "vm/globals.h"
+#include "platform/globals.h"
class TaskQueueData {

Powered by Google App Engine
This is Rietveld 408576698