| Index: dart/samples/third_party/todomvc/test/markdone_shadow_test.html
 | 
| diff --git a/dart/samples/third_party/todomvc/test/markdone_shadow_test.html b/dart/samples/third_party/todomvc/test/markdone_shadow_test.html
 | 
| index 6dd9a7fc5f724774be46150f2e31eea13111b316..f9ce1ed7d63a89d551a5d231c39cd77be6832cd6 100644
 | 
| --- a/dart/samples/third_party/todomvc/test/markdone_shadow_test.html
 | 
| +++ b/dart/samples/third_party/todomvc/test/markdone_shadow_test.html
 | 
| @@ -16,7 +16,7 @@ BSD-style license that can be found in the LICENSE file.
 | 
|    <link rel="stylesheet" href="../web/app/app.css">
 | 
|    <link rel="import" href="../web/elements/td_model.html">
 | 
|    <link rel="import" href="../web/elements/td_todos.html">
 | 
| -  <script src="packages/unittest/test_controller.js"></script>
 | 
| +  <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
 | 
|    <title>Polymer.dart • TodoMVC</title>
 | 
|  </head>
 | 
|  <body>
 | 
| 
 |