Chromium Code Reviews| Index: runtime/vm/os.h |
| =================================================================== |
| --- runtime/vm/os.h (revision 16936) |
| +++ runtime/vm/os.h (working copy) |
| @@ -8,7 +8,7 @@ |
| #include "vm/globals.h" |
| // Forward declarations. |
| -class tm; |
| +struct tm; |
|
siva
2013/01/11 18:02:25
We don't seem to use 'tm' anywhere in this file. W
|
| namespace dart { |