Chromium Code Reviews| Index: bin/protoc_plugin.dart |
| diff --git a/bin/protoc_plugin.dart b/bin/protoc_plugin.dart |
| index b8c4d13ccc550656cb58f4942688e1a65a8c5a06..adb061b96ded18fcb87a19e2aa6af9f7ec1ead7e 100755 |
| --- a/bin/protoc_plugin.dart |
| +++ b/bin/protoc_plugin.dart |
| @@ -4,7 +4,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| import 'dart:io'; |
| -import 'package:protoc-plugin/protoc.dart'; |
| +import 'package:protoc_plugin/protoc.dart'; |
| void main() { |
| new CodeGenerator(stdin, stdout, stderr).generate(); |