| Index: third_party/mojo/src/mojo/public/tools/bindings/generators/dart_templates/module.lib.tmpl
|
| diff --git a/third_party/mojo/src/mojo/public/tools/bindings/generators/dart_templates/module.lib.tmpl b/third_party/mojo/src/mojo/public/tools/bindings/generators/dart_templates/module.lib.tmpl
|
| index 4eb9ad47bba8265c936548211de06fd61d4861c0..8756051379ee42c8f18866cb06feb3cd50c525b7 100644
|
| --- a/third_party/mojo/src/mojo/public/tools/bindings/generators/dart_templates/module.lib.tmpl
|
| +++ b/third_party/mojo/src/mojo/public/tools/bindings/generators/dart_templates/module.lib.tmpl
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -library {{module.name}};
|
| +library {{module.name|dot_to_underscore}};
|
|
|
| import 'dart:async';
|
|
|
|
|