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

Unified Diff: sky/sdk/lib/widgets/fixed_height_scrollable.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. 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 | « sky/sdk/lib/widgets/drawer_header.dart ('k') | sky/sdk/lib/widgets/floating_action_button.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/widgets/fixed_height_scrollable.dart
diff --git a/sky/sdk/lib/framework/widgets/fixed_height_scrollable.dart b/sky/sdk/lib/widgets/fixed_height_scrollable.dart
similarity index 97%
rename from sky/sdk/lib/framework/widgets/fixed_height_scrollable.dart
rename to sky/sdk/lib/widgets/fixed_height_scrollable.dart
index e03495937da679b95ad6caee8a4c76cd54c14d09..e28c1907981211f66e65f277f57116ac0c5acf53 100644
--- a/sky/sdk/lib/framework/widgets/fixed_height_scrollable.dart
+++ b/sky/sdk/lib/widgets/fixed_height_scrollable.dart
@@ -6,9 +6,9 @@ import 'dart:math' as math;
import 'package:vector_math/vector_math.dart';
-import '../animation/scroll_behavior.dart';
-import 'scrollable.dart';
+import '../framework/animation/scroll_behavior.dart';
import 'basic.dart';
+import 'scrollable.dart';
abstract class FixedHeightScrollable extends Scrollable {
« no previous file with comments | « sky/sdk/lib/widgets/drawer_header.dart ('k') | sky/sdk/lib/widgets/floating_action_button.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698