| Index: runtime/bin/vmservice/client/lib/src/elements/heap_profile.html
 | 
| diff --git a/runtime/bin/vmservice/client/lib/src/elements/heap_profile.html b/runtime/bin/vmservice/client/lib/src/elements/heap_profile.html
 | 
| index b5c006dd76a65a42b85579762f3e17a7a5a80853..4454a82127002ed56af4a1e9f0d6850581af3543 100644
 | 
| --- a/runtime/bin/vmservice/client/lib/src/elements/heap_profile.html
 | 
| +++ b/runtime/bin/vmservice/client/lib/src/elements/heap_profile.html
 | 
| @@ -5,7 +5,7 @@
 | 
|  </head>
 | 
|  <polymer-element name="heap-profile" extends="observatory-element">
 | 
|  <template>
 | 
| -  <link rel="stylesheet" href="packages/observatory/src/elements/css/shared.css">
 | 
| +  <link rel="stylesheet" href="css/shared.css">
 | 
|    <style>
 | 
|      .table {
 | 
|        border-collapse: collapse!important;
 | 
| @@ -116,5 +116,5 @@
 | 
|      </table>
 | 
|    </div>
 | 
|  </template>
 | 
| -<script type="application/dart" src="heap_profile.dart"></script>
 | 
| +<script type="application/dart;component=1" src="heap_profile.dart"></script>
 | 
|  </polymer-element>
 | 
| 
 |