Index: chrome/browser/image_holder.h |
diff --git a/chrome/browser/image_holder.h b/chrome/browser/image_holder.h |
index a2bd2c4574073f4e463c954d716f55e211230702..6692749862b40bac4bbfdc1fdfa7a3e4ddc193f0 100644 |
--- a/chrome/browser/image_holder.h |
+++ b/chrome/browser/image_holder.h |
@@ -40,7 +40,7 @@ class ImageHolder : public chrome::BitmapFetcherDelegate { |
bool IsFetchingDone() const; |
// Inherited from BitmapFetcherDelegate |
- void OnFetchComplete(const GURL url, const SkBitmap* bitmap) override; |
+ void OnFetchComplete(const GURL& url, const SkBitmap* bitmap) override; |
// Accessors: |
GURL low_dpi_url() const { return low_dpi_url_; } |