| Index: chrome/browser/bitmap_fetcher/bitmap_fetcher_delegate.h
|
| diff --git a/chrome/browser/bitmap_fetcher/bitmap_fetcher_delegate.h b/chrome/browser/bitmap_fetcher/bitmap_fetcher_delegate.h
|
| index b8888c18edc6756725cffbee5a4524d94ae5b870..255113568ca240b306aad8403c78542991c99572 100644
|
| --- a/chrome/browser/bitmap_fetcher/bitmap_fetcher_delegate.h
|
| +++ b/chrome/browser/bitmap_fetcher/bitmap_fetcher_delegate.h
|
| @@ -20,7 +20,7 @@ class BitmapFetcherDelegate {
|
| // request succeeds. |url| is the URL that was originally fetched so we can
|
| // match up the bitmap with a specific request. |bitmap| may be NULL if the
|
| // image fails to be downloaded or decoded.
|
| - virtual void OnFetchComplete(const GURL url, const SkBitmap* bitmap) = 0;
|
| + virtual void OnFetchComplete(const GURL& url, const SkBitmap* bitmap) = 0;
|
|
|
| protected:
|
| virtual ~BitmapFetcherDelegate() {}
|
|
|