| OLD | NEW |
| 1 <link rel="import" href="google_map_nodart.html"> | 1 <link rel="import" href="google_map_nodart.html"> |
| 2 <link rel="import" href="google_maps_api.html"> | 2 <link rel="import" href="google_maps_api.html"> |
| 3 <link rel="import" href="iron_resizable_behavior.html"> | 3 <link rel="import" href="iron_resizable_behavior.html"> |
| 4 <link rel="import" href="iron_selector.html"> |
| 4 <link rel="import" href="google_map_marker.html"> | 5 <link rel="import" href="google_map_marker.html"> |
| 5 | 6 |
| 6 <script type="application/dart" src="google_map.dart"></script> | 7 <script type="application/dart" src="google_map.dart"></script> |
| 7 | 8 |
| OLD | NEW |