Index: chrome/browser/profiles/profile_avatar_downloader.h |
diff --git a/chrome/browser/profiles/profile_avatar_downloader.h b/chrome/browser/profiles/profile_avatar_downloader.h |
index 6844100e6b04fc0984a49d36489deed431c86878..43b357862a90b9ba036adea5d5c251dd83262fe5 100644 |
--- a/chrome/browser/profiles/profile_avatar_downloader.h |
+++ b/chrome/browser/profiles/profile_avatar_downloader.h |
@@ -19,7 +19,7 @@ class ProfileAvatarDownloader : public chrome::BitmapFetcherDelegate { |
void Start(); |
// BitmapFetcherDelegate: |
- void OnFetchComplete(const GURL url, const SkBitmap* bitmap) override; |
+ void OnFetchComplete(const GURL& url, const SkBitmap* bitmap) override; |
private: |
// Downloads the avatar image from a url. |