Index: chrome/browser/image_holder.cc |
diff --git a/chrome/browser/image_holder.cc b/chrome/browser/image_holder.cc |
index 960b057e75bd86bf67fc24df0af9125c45ac2303..852f670d3594e691d4ab91d87b044921ba21e1f7 100644 |
--- a/chrome/browser/image_holder.cc |
+++ b/chrome/browser/image_holder.cc |
@@ -77,7 +77,7 @@ void ImageHolder::StartFetch() { |
} |
// Method inherited from BitmapFetcher delegate. |
-void ImageHolder::OnFetchComplete(const GURL url, const SkBitmap* bitmap) { |
+void ImageHolder::OnFetchComplete(const GURL& url, const SkBitmap* bitmap) { |
// TODO(petewil): Should I retry if a fetch fails? |
// Match the bitmap to the URL to put it into the image with the correct scale |
// factor. |