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

Unified Diff: runtime/bin/dartutils.h

Issue 1839463002: Really remove io support when dart:io is unsupported. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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/dartutils.h
diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
index adc7d3f18fe6bffc75a7cf5dfd7dfac76412b6b2..f9a6d503f33a5e5f9962425140b6a7d51b5e2655 100644
--- a/runtime/bin/dartutils.h
+++ b/runtime/bin/dartutils.h
@@ -5,14 +5,12 @@
#ifndef BIN_DARTUTILS_H_
#define BIN_DARTUTILS_H_
+#include "bin/isolate_data.h"
#include "include/dart_api.h"
#include "include/dart_native_api.h"
-
#include "platform/assert.h"
#include "platform/globals.h"
-#include "bin/isolate_data.h"
-
namespace dart {
namespace bin {

Powered by Google App Engine
This is Rietveld 408576698