summaryrefslogtreecommitdiffstats
path: root/chrome/browser/fav_icon_helper.h
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-06 00:03:08 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-06 00:03:08 +0000
commit847ed6c5908798298dca7c826ddcab817fec61ce (patch)
tree35c5dcd66f932c36c94caec22020582e89a7137e /chrome/browser/fav_icon_helper.h
parent86cbd2abef20a01360a77dfd8593735cd1f0dbd4 (diff)
downloadchromium_src-847ed6c5908798298dca7c826ddcab817fec61ce.zip
chromium_src-847ed6c5908798298dca7c826ddcab817fec61ce.tar.gz
chromium_src-847ed6c5908798298dca7c826ddcab817fec61ce.tar.bz2
Bunch of Coverity fixes, rather minor severity.
TEST=none BUG=none Review URL: http://codereview.chromium.org/159862 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22559 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/fav_icon_helper.h')
-rw-r--r--chrome/browser/fav_icon_helper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/fav_icon_helper.h b/chrome/browser/fav_icon_helper.h
index adbcaf0..1cb1fa0 100644
--- a/chrome/browser/fav_icon_helper.h
+++ b/chrome/browser/fav_icon_helper.h
@@ -120,7 +120,7 @@ class FavIconHelper : public RenderViewHostDelegate::FavIcon {
bool know_favicon,
scoped_refptr<RefCountedBytes> data,
bool expired,
- GURL icon_url);
+ const GURL& icon_url);
// If the favicon has expired, asks the renderer to download the favicon.
// Otherwise asks history to update the mapping between page url and icon
@@ -132,7 +132,7 @@ class FavIconHelper : public RenderViewHostDelegate::FavIcon {
bool know_favicon,
scoped_refptr<RefCountedBytes> data,
bool expired,
- GURL icon_url);
+ const GURL& icon_url);
// Schedules a download for the specified entry. This adds the request to
// download_requests_.