| Index: chrome/test/data/local_ntp_browsertest.html | 
| diff --git a/chrome/test/data/local_ntp_browsertest.html b/chrome/test/data/local_ntp_browsertest.html | 
| index e2f7e4a7a7ee51afb10c0dd4de9fb3348f44f946..943b627152a3531b20932e6d4e2522421fc3a6a1 100644 | 
| --- a/chrome/test/data/local_ntp_browsertest.html | 
| +++ b/chrome/test/data/local_ntp_browsertest.html | 
| @@ -11,7 +11,7 @@ | 
| <script src="local_ntp_browsertest.js"></script> | 
| <template id="local-ntp-body"> | 
| <div id="ntp-contents"> | 
| -      <div id="mosvisited"> | 
| +      <div id="most-visited"> | 
| <div id="mv-tiles"></div> | 
| <!-- Notification shown when a tile is blacklisted. --> | 
| <div id="mv-notice" class="mv-notice-hide"> | 
| @@ -24,8 +24,12 @@ | 
| </span> | 
| </div> | 
| </div> | 
| +      <div id="footer"> | 
| +	<div id="attribution"> | 
| +	  <div id="attribution-text"></div> | 
| +	</div> | 
| +      </div> | 
| </div> | 
| -    <div id="attribution"></div> | 
| </template> | 
| </head> | 
| <body> | 
|  |