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

Unified Diff: pkg/mdns/bin/mdns-sd.dart

Issue 1411063006: Update the mDNS native extension for Mac OS to handle PTR and SRV records (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Addressed review comments Created 5 years, 1 month 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 | « no previous file | pkg/mdns/lib/native/libmdns_extension_lib.dylib.sha1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mdns/bin/mdns-sd.dart
diff --git a/pkg/mdns/bin/mdns-sd.dart b/pkg/mdns/bin/mdns-sd.dart
index 1357aa71e43f9ac5851a244f219300699be5fbc5..83f737c94663ee35cd44dac827190197893d3ba9 100644
--- a/pkg/mdns/bin/mdns-sd.dart
+++ b/pkg/mdns/bin/mdns-sd.dart
@@ -5,7 +5,7 @@
// Example script to illustrate how to use the mdns package to discover services
// on the local network.
-import 'mdns.dart';
+import '../lib/mdns.dart';
main(List<String> args) async {
if (args.length != 1) {
« no previous file with comments | « no previous file | pkg/mdns/lib/native/libmdns_extension_lib.dylib.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698