Chromium Code Reviews

Unified Diff: sky/sdk/lib/framework/animation/generators.dart

Issue 1177383006: Rename all the things (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix imports Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « sky/sdk/lib/editing2/keyboard.dart ('k') | sky/sdk/lib/framework/app.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/animation/generators.dart
diff --git a/sky/sdk/lib/framework/animation/generators.dart b/sky/sdk/lib/framework/animation/generators.dart
index 561bd6b872bf0f43137c2759fffd7ce68018d054..b65706595df83cacc9434912701049975af56c4b 100644
--- a/sky/sdk/lib/framework/animation/generators.dart
+++ b/sky/sdk/lib/framework/animation/generators.dart
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-import '../scheduler.dart' as scheduler;
+import '../app/scheduler.dart' as scheduler;
import 'curves.dart';
import 'dart:async';
import 'dart:math' as math;
« no previous file with comments | « sky/sdk/lib/editing2/keyboard.dart ('k') | sky/sdk/lib/framework/app.dart » ('j') | no next file with comments »

Powered by Google App Engine