| Index: runtime/bin/vmservice/client/lib/src/elements/field_ref.html | 
| diff --git a/runtime/bin/vmservice/client/lib/src/elements/field_ref.html b/runtime/bin/vmservice/client/lib/src/elements/field_ref.html | 
| index 4aeccc2a3f7eac0c49a40072d0f8c991e7f02a96..ebf0a1e6e043c81e1ca16fcc5224a4e612e8722d 100644 | 
| --- a/runtime/bin/vmservice/client/lib/src/elements/field_ref.html | 
| +++ b/runtime/bin/vmservice/client/lib/src/elements/field_ref.html | 
| @@ -5,7 +5,7 @@ | 
| </head> | 
| <polymer-element name="field-ref" extends="service-ref"> | 
| <template> | 
| -  <link rel="stylesheet" href="packages/observatory/src/elements/css/shared.css"> | 
| +  <link rel="stylesheet" href="css/shared.css"> | 
| <div> | 
| <template if="{{ ref['static'] }}">static</template> | 
| <template if="{{ ref['final'] }}">final</template> | 
| @@ -20,5 +20,5 @@ | 
| <a title="{{ hoverText }}" href="{{ url }}">{{ name }}</a> | 
| </div> | 
| </template> | 
| -  <script type="application/dart" src="field_ref.dart"></script> | 
| +  <script type="application/dart;component=1" src="field_ref.dart"></script> | 
| </polymer-element> | 
|  |