summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/top_sites_cache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/top_sites_cache.cc')
-rw-r--r--chrome/browser/history/top_sites_cache.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/history/top_sites_cache.cc b/chrome/browser/history/top_sites_cache.cc
index b5c5ae3..95150fc 100644
--- a/chrome/browser/history/top_sites_cache.cc
+++ b/chrome/browser/history/top_sites_cache.cc
@@ -28,8 +28,9 @@ Images* TopSitesCache::GetImage(const GURL& url) {
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()) {