Chromium Code Reviews| Index: lib/json/json.dart |
| diff --git a/lib/json/json.dart b/lib/json/json.dart |
| index 104dd4a55407d2a7784580279d4661881f4263cf..a2fc308e34ba7b53517cbe023d9543b1893646ec 100644 |
| --- a/lib/json/json.dart |
| +++ b/lib/json/json.dart |
| @@ -2,7 +2,7 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| -#library("json"); |
| +#library("dart:json"); |
| // Pure Dart implementation of JSON protocol. |