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

Unified Diff: lib/src/exceptions.dart

Issue 1145973003: Move assets into lib/src. (Closed) Base URL: git@github.com:dart-lang/pub_test@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 | « lib/src/dart.dart ('k') | lib/src/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/exceptions.dart
diff --git a/lib/src/exceptions.dart b/lib/src/exceptions.dart
index 65dff3fd0008a81374e5ad834e7311af19c03a4c..e11c48ccd39bcb7748933b5ce01dfc3df5151ee4 100644
--- a/lib/src/exceptions.dart
+++ b/lib/src/exceptions.dart
@@ -13,7 +13,7 @@ import "package:http/http.dart" as http;
import "package:stack_trace/stack_trace.dart";
import "package:yaml/yaml.dart";
-import '../../asset/dart/serialize.dart';
+import 'asset/dart/serialize.dart';
/// An exception class for exceptions that are intended to be seen by the user.
///
« no previous file with comments | « lib/src/dart.dart ('k') | lib/src/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698