Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: pkg/mdns/lib/src/native_extension_api.dart

Issue 2189923002: Update Dart binaries to 1.18.0-dev.4.4 (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/mdns/lib/src/native_extension_api.dart
diff --git a/pkg/mdns/lib/src/native_extension_api.dart b/pkg/mdns/lib/src/native_extension_api.dart
index 382afcf7deb9288c1c5592c93fd7a925e5846075..466103c561cd63694feaffc74b2042ba2b559008 100644
--- a/pkg/mdns/lib/src/native_extension_api.dart
+++ b/pkg/mdns/lib/src/native_extension_api.dart
@@ -6,6 +6,6 @@ library mdns.src.native_extension_api;
import 'dart:isolate';
-import "dart-ext:../native/mdns_extension_lib";
+import "dart-ext:../mdns_extension_lib";
SendPort servicePort() native 'MDnsExtension_ServicePort';

Powered by Google App Engine
This is Rietveld 408576698