Skip to content

Commit

Permalink
Dart: Renames dart:mojo_blah -> mojo:blah
Browse files Browse the repository at this point in the history
This improves consistency with the convention that the dart: scheme is
only for things from the Dart standard library.

BUG=
R=erg@chromium.org

Review URL: https://codereview.chromium.org/951783004
  • Loading branch information
zanderso committed Feb 25, 2015
1 parent 6d64856 commit 1a9b6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/dart-mojo.sky
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<script>
import 'dart:async';
import '/mojo/public/dart/application.dart';
import 'dart:mojo_bindings';
import 'dart:mojo_core';
import 'dart:typed_data';
import 'dart:sky.internals' as internals;
import 'mojo:bindings';
import 'mojo:core';

import 'package:mojo/services/network/public/interfaces/network_service.mojom.dart';
import 'package:mojo/services/network/public/interfaces/url_loader.mojom.dart';
Expand Down

0 comments on commit 1a9b6b6

Please sign in to comment.