| Index: chrome/browser/resources/options/add_startup_page_recent_pages_list.js | 
| diff --git a/chrome/browser/resources/options/add_startup_page_recent_pages_list.js b/chrome/browser/resources/options/add_startup_page_recent_pages_list.js | 
| index 033f2444816941af5c63e050721307ffdd0472c2..ff080f681e88a70630abe7e1499f5297328f3456 100644 | 
| --- a/chrome/browser/resources/options/add_startup_page_recent_pages_list.js | 
| +++ b/chrome/browser/resources/options/add_startup_page_recent_pages_list.js | 
| @@ -39,7 +39,7 @@ cr.define('options.add_startup_page', function() { | 
| titleEl.className = 'title'; | 
| titleEl.classList.add('favicon-cell'); | 
| titleEl.style.backgroundImage = url('chrome://favicon/' + | 
| -                                         this.pageInfo['url']); | 
| +                                          this.pageInfo['url']); | 
| this.appendChild(titleEl); | 
| if (this.pageInfo['title'].length > 0) { | 
| titleEl.textContent = this.pageInfo['title']; | 
|  |