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

Unified Diff: runtime/bin/thread_pool_win.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_win.h
diff --git a/runtime/bin/thread_pool_win.h b/runtime/bin/thread_pool_win.h
index f0f3eb92b99d4ee06f6e2df629bdc9d7d1377d33..741528ee5d89953bfe4c71d5c9baaa4cea5837a5 100644
--- a/runtime/bin/thread_pool_win.h
+++ b/runtime/bin/thread_pool_win.h
@@ -5,7 +5,7 @@
#ifndef BIN_THREAD_POOL_WIN_H_
#define BIN_THREAD_POOL_WIN_H_
-#include "vm/globals.h"
+#include "platform/globals.h"
class TaskQueueData {
private:

Powered by Google App Engine
This is Rietveld 408576698