Index: chrome/browser/banners/app_banner_data_fetcher.cc |
diff --git a/chrome/browser/banners/app_banner_data_fetcher.cc b/chrome/browser/banners/app_banner_data_fetcher.cc |
index cbb8e790acda0032a550f709e05ccc4750d99d33..a32ba763ea3ed522bd0b827f218c4918e9d17be8 100644 |
--- a/chrome/browser/banners/app_banner_data_fetcher.cc |
+++ b/chrome/browser/banners/app_banner_data_fetcher.cc |
@@ -288,7 +288,7 @@ void AppBannerDataFetcher::OnDidCheckHasServiceWorker( |
Cancel(); |
} |
-void AppBannerDataFetcher::OnFetchComplete(const GURL url, |
+void AppBannerDataFetcher::OnFetchComplete(const GURL& url, |
const SkBitmap* icon) { |
if (is_active_) |
ShowBanner(icon); |