mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix import typo in network.sky test
TBR=ianh@google.com Review URL: https://codereview.chromium.org/1218903004.
This commit is contained in:
parent
5c7639c2f5
commit
aa193c4d27
@ -11,7 +11,7 @@ import 'package:mojom/mojo/network_service.mojom.dart';
|
||||
import 'package:mojom/mojo/url_request.mojom.dart';
|
||||
import 'package:mojom/mojo/url_loader.mojom.dart';
|
||||
|
||||
import 'package:sky/embedder.dart';
|
||||
import 'package:sky/mojo/embedder.dart';
|
||||
|
||||
Future<String> run(url) async {
|
||||
var networkService= new NetworkServiceProxy.unbound();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user