From f32b32343d0fd01379db5e9fc7bcf374d0aee8ca Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Mon, 4 May 2015 14:18:19 -0700 Subject: [PATCH] Rename view-configuration to view_configuration to make analyzer happy. Analyzer was complaining about '-' not being an allowed character in dart file names. R=jamesr@chromium.org --- examples/stocks/lib/stock_menu.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stocks/lib/stock_menu.dart b/examples/stocks/lib/stock_menu.dart index 9023ed244ef..03b09983d11 100644 --- a/examples/stocks/lib/stock_menu.dart +++ b/examples/stocks/lib/stock_menu.dart @@ -4,7 +4,7 @@ import 'package:sky/framework/components/popup_menu.dart'; import 'package:sky/framework/fn.dart'; -import 'package:sky/framework/theme/view-configuration.dart'; +import 'package:sky/framework/theme/view_configuration.dart'; class StockMenu extends Component { static final Style _style = new Style('''