| Index: sky/framework/shell.sky
|
| diff --git a/sky/framework/shell.sky b/sky/framework/shell.sky
|
| index 838b2adaf76de648a7b592cd6da594adef2feeb2..571795af230596b29689abec6ff4a24f05b9e416 100644
|
| --- a/sky/framework/shell.sky
|
| +++ b/sky/framework/shell.sky
|
| @@ -1,5 +1,5 @@
|
| -<link rel="import" href="/mojo/public/html/core.html" as="core" />
|
| -<link rel="import" href="/mojo/public/html/connection.html" as="connection" />
|
| +<link rel="import" href="/mojo/public/sky/core.sky" as="core" />
|
| +<link rel="import" href="/mojo/public/sky/connection.sky" as="connection" />
|
| <script>
|
| function wrapHandle(handle, service, client) {
|
| var clientClass = client && service.client.delegatingStubClass;
|
|
|