summaryrefslogtreecommitdiffstats
path: root/chrome/browser/possible_url_model.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/possible_url_model.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/possible_url_model.h')
-rw-r--r--chrome/browser/possible_url_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/possible_url_model.h b/chrome/browser/possible_url_model.h
index 4a688fe..582506d 100644
--- a/chrome/browser/possible_url_model.h
+++ b/chrome/browser/possible_url_model.h
@@ -51,7 +51,7 @@ class PossibleURLModel : public TableModel {
bool fav_icon_available,
scoped_refptr<RefCountedBytes> data,
bool expired,
- GURL icon_url);
+ const GURL& icon_url);
virtual void SetObserver(TableModelObserver* observer) {
observer_ = observer;