| Index: chrome/browser/history/top_sites_cache.cc
|
| ===================================================================
|
| --- chrome/browser/history/top_sites_cache.cc (revision 134496)
|
| +++ chrome/browser/history/top_sites_cache.cc (working copy)
|
| @@ -28,8 +28,9 @@
|
| return &images_[GetCanonicalURL(url)];
|
| }
|
|
|
| -bool TopSitesCache::GetPageThumbnail(const GURL& url,
|
| - scoped_refptr<RefCountedMemory>* bytes) {
|
| +bool TopSitesCache::GetPageThumbnail(
|
| + const GURL& url,
|
| + scoped_refptr<base::RefCountedMemory>* bytes) {
|
| std::map<GURL, Images>::const_iterator found =
|
| images_.find(GetCanonicalURL(url));
|
| if (found != images_.end()) {
|
|
|