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

Unified Diff: mojo/public/dart/application.dart

Issue 878883002: Dart: Adjusts class Application for removal of Application/Shell Client= (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/wget.dart ('k') | mojo/public/dart/src/application.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/application.dart
diff --git a/mojo/public/dart/application.dart b/mojo/public/dart/application.dart
index 75243ddaed51c2845fd74454eb292b3949d2d4a7..fd72d6a121f5fc1654d6b9be5f10376cd7bb838e 100644
--- a/mojo/public/dart/application.dart
+++ b/mojo/public/dart/application.dart
@@ -12,7 +12,7 @@ import 'dart:typed_data';
import 'package:mojo/public/interfaces/application/application.mojom.dart' as application;
import 'package:mojo/public/interfaces/application/service_provider.mojom.dart' as service_provider;
-import 'package:mojo/public/interfaces/application/shell.mojom.dart' as shell;
+import 'package:mojo/public/interfaces/application/shell.mojom.dart' as shell_mojom;
part 'src/application.dart';
part 'src/service_provider.dart';
« no previous file with comments | « examples/dart/wget.dart ('k') | mojo/public/dart/src/application.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698