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

Unified Diff: examples/dart/hello_world/world/main.dart

Issue 1132063007: Rationalize Dart mojo and sky package structure (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « examples/dart/hello_world/world/BUILD.gn ('k') | examples/dart/netcat/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/dart/hello_world/world/main.dart
diff --git a/examples/dart/hello_world/world/main.dart b/examples/dart/hello_world/world/main.dart
index bc20fa1d55635cb210be414b695fbcc866686917..3afa30f2686e1961c59d6e2617741ff0afba0637 100644
--- a/examples/dart/hello_world/world/main.dart
+++ b/examples/dart/hello_world/world/main.dart
@@ -6,9 +6,9 @@
import 'dart:async';
-import 'package:mojo/public/dart/application.dart';
-import 'package:mojo/public/dart/bindings.dart';
-import 'package:mojo/public/dart/core.dart';
+import 'package:mojo/application.dart';
+import 'package:mojo/bindings.dart';
+import 'package:mojo/core.dart';
class World extends Application {
World.fromHandle(MojoHandle handle) : super.fromHandle(handle);
« no previous file with comments | « examples/dart/hello_world/world/BUILD.gn ('k') | examples/dart/netcat/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698