Chromium Code Reviews| Index: runtime/bin/dartutils.h |
| diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h |
| index 9088b0411c250127287e9c6eac0d07a9756339e7..8972c5c9515fa78bdbf7a5e1503cf83bce8c03f1 100644 |
| --- a/runtime/bin/dartutils.h |
| +++ b/runtime/bin/dartutils.h |
| @@ -6,10 +6,11 @@ |
| #define BIN_DARTUTILS_H_ |
| #include "bin/builtin.h" |
| -#include "bin/globals.h" |
| #include "include/dart_api.h" |
|
Ivan Posva
2012/01/07 00:26:46
ditto, and other places
Mads Ager (google)
2012/01/07 08:24:32
Done.
|
| +#include "platform/globals.h" |
| + |
| class CommandLineOptions { |
| public: |
| explicit CommandLineOptions(int max_count) |