Chromium Code Reviews| Index: pkg/polymer/lib/src/common.dart |
| diff --git a/pkg/polymer/lib/src/transform/common.dart b/pkg/polymer/lib/src/common.dart |
| similarity index 99% |
| rename from pkg/polymer/lib/src/transform/common.dart |
| rename to pkg/polymer/lib/src/common.dart |
| index 73d0a191453ff073add344626df7ca3e1ae9ff9f..129a0c2fa63399e05d53c259c0e7efa5e2a8d4c7 100644 |
| --- a/pkg/polymer/lib/src/transform/common.dart |
| +++ b/pkg/polymer/lib/src/common.dart |
| @@ -3,7 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| /** Common methods used by transfomers. */ |
| -library polymer.src.transform.common; |
|
Jennifer Messerly
2013/09/12 02:54:21
hmmm, shouldn't this be under transform, since it'
|
| +library polymer.src.common; |
| import 'dart:async'; |