Chromium Code Reviews| Index: samples/chat/http.dart |
| diff --git a/samples/chat/http.dart b/samples/chat/http.dart |
| index d50ccf4d1327e557b08ba31efa7897a5b53283ba..2bdf40c44c5049cc94c62d1f31383f358ff66ce3 100644 |
| --- a/samples/chat/http.dart |
| +++ b/samples/chat/http.dart |
| @@ -3,6 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| #library("http"); |
| +#import("dart:io"); |
| #source("http_impl.dart"); |
| /** |