Chromium Code Reviews| Index: client/samples/total/src/Total.dart |
| diff --git a/client/samples/total/src/Total.dart b/client/samples/total/src/Total.dart |
| index afdb384afc2b3f57c3122ac4849d18a19bf751f4..744f2533f0e80c5d9a204067674d5329e43e91c3 100644 |
| --- a/client/samples/total/src/Total.dart |
| +++ b/client/samples/total/src/Total.dart |
| @@ -3,7 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| #library("Total"); |
| -#import("dart:html"); |
| +#import("../../../html/html.dart"); |
| #import("TotalLib.dart"); |
| class Total { |