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

Unified Diff: sky/home.dart

Issue 1182053012: Rename editing2/ and theme2/ to editing/ and theme/. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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/examples/widgets/sector.dart ('k') | sky/sdk/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/home.dart
diff --git a/sky/home.dart b/sky/home.dart
index bf6a4ac066b0cda28a51bb36d096905c1ed43bab..fbc68aa51f2dca5f1095e025adc1a94d8717c6c8 100644
--- a/sky/home.dart
+++ b/sky/home.dart
@@ -6,9 +6,9 @@ import 'dart:sky';
import 'package:mojom/intents/intents.mojom.dart';
import 'package:sky/framework/shell.dart' as shell;
-import 'package:sky/theme2/colors.dart' as colors;
-import 'package:sky/theme2/edges.dart';
-import 'package:sky/theme2/typography.dart' as typography;
+import 'package:sky/theme/colors.dart' as colors;
+import 'package:sky/theme/edges.dart';
+import 'package:sky/theme/typography.dart' as typography;
import 'package:sky/widgets/material.dart';
import 'package:sky/widgets/raised_button.dart';
import 'package:sky/widgets/scaffold.dart';
« no previous file with comments | « sky/examples/widgets/sector.dart ('k') | sky/sdk/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698