| Index: src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_countdown.html
 | 
| diff --git a/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/xcountdown.html b/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_countdown.html
 | 
| similarity index 79%
 | 
| rename from src/site/docs/tutorials/indexeddb/examples/count_down/out/web/xcountdown.html
 | 
| rename to src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_countdown.html
 | 
| index dcf97a7778904906b64bc6ef438c543934a01156..466755ed163026dcd7dd4b0743f551230fa5fffe 100644
 | 
| --- a/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/xcountdown.html
 | 
| +++ b/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_countdown.html
 | 
| @@ -2,10 +2,10 @@
 | 
|  
 | 
|  <html>
 | 
|    <head>
 | 
| -    <link rel="import" href="xmilestone.html">
 | 
| +    <link rel="import" href="tute_milestone.html">
 | 
|    </head>
 | 
|    <body>
 | 
| -    <polymer-element name="x-count-down">
 | 
| +    <polymer-element name="tute-count-down">
 | 
|          <template>
 | 
|            
 | 
|            <div>
 | 
| @@ -20,8 +20,8 @@
 | 
|                <template bind if='{{appObj.hazMilestones}}'>
 | 
|                  <template repeat="{{appObj.milestones}}">
 | 
|                    <li>
 | 
| -                    <x-milestone milestone="{{}}">
 | 
| -                    </x-milestone>
 | 
| +                    <tute-milestone milestone="{{}}">
 | 
| +                    </tute-milestone>
 | 
|                    </li>
 | 
|                  </template>
 | 
|                </template>
 | 
| @@ -34,7 +34,7 @@
 | 
|            
 | 
|          </template>
 | 
|          
 | 
| -      <script type="application/dart" src="xcountdown.dart"></script>
 | 
| +      <script type="application/dart" src="tute_countdown.dart"></script>
 | 
|      </polymer-element>
 | 
|    </body>
 | 
|  </html>
 | 
| 
 |