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

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

Issue 2206873004: Move the serial_port native code (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « DEPS ('k') | third_party/serial_port/README.google » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 466103c561cd63694feaffc74b2042ba2b559008..4cb7ae04250915235a295cfab26dc54878595ef5 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:../mdns_extension_lib";
+import "dart-ext:mdns_extension_lib";
SendPort servicePort() native 'MDnsExtension_ServicePort';
« no previous file with comments | « DEPS ('k') | third_party/serial_port/README.google » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698