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

Unified Diff: runtime/bin/file.h

Issue 9630012: Error reporting on File in dart:io (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased and implemented on all platforms Created 8 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/file.h
diff --git a/runtime/bin/file.h b/runtime/bin/file.h
index 0fdc398640235f500997b2283d2e12f51313be74..34467507828e0a501047d97dc249d2127c9efc0a 100644
--- a/runtime/bin/file.h
+++ b/runtime/bin/file.h
@@ -19,6 +19,7 @@ typedef unsigned __int8 uint8_t;
#include "bin/builtin.h"
#include "bin/dartutils.h"
+#include "bin/utils.h"
Mads Ager (google) 2012/03/13 10:56:17 Can we remove this from here? Nothing seems to use
Søren Gjesse 2012/03/13 12:39:49 Done.
#include "platform/globals.h"
#include "platform/thread.h"

Powered by Google App Engine
This is Rietveld 408576698