 Chromium Code Reviews
 Chromium Code Reviews Issue 1450393002:
  Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0  (Closed) 
  Base URL: git@github.com:dart-lang/fletch.git@master
    
  
    Issue 1450393002:
  Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0  (Closed) 
  Base URL: git@github.com:dart-lang/fletch.git@master| Index: lib/convert/convert_patch.dart | 
| diff --git a/lib/convert/convert_patch.dart b/lib/convert/convert_patch.dart | 
| index f4708f4355176e59b04973e6711c33a3b6db27b9..5c81ae00c86d971b52e689364c144234bff3934f 100644 | 
| --- a/lib/convert/convert_patch.dart | 
| +++ b/lib/convert/convert_patch.dart | 
| @@ -3,8 +3,7 @@ | 
| // BSD-style license that can be found in the LICENSE file. | 
| import "dart:_internal" show POWERS_OF_TEN; | 
| - | 
| -const patch = "patch"; | 
| +import 'dart:fletch._system' show patch; | 
| // JSON conversion. |