| Index: chrome/browser/history/expire_history_backend_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/history/expire_history_backend_unittest.cc (revision 134496)
|
| +++ chrome/browser/history/expire_history_backend_unittest.cc (working copy)
|
| @@ -339,7 +339,7 @@
|
| if (!main_db_->GetURLRow(url_id, &info))
|
| return false;
|
| GURL url = info.url();
|
| - scoped_refptr<RefCountedMemory> data;
|
| + scoped_refptr<base::RefCountedMemory> data;
|
| return top_sites_->GetPageThumbnail(url, &data);
|
| }
|
|
|
|
|