diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 00:03:08 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 00:03:08 +0000 |
commit | 847ed6c5908798298dca7c826ddcab817fec61ce (patch) | |
tree | 35c5dcd66f932c36c94caec22020582e89a7137e /chrome/browser/thumbnail_store.h | |
parent | 86cbd2abef20a01360a77dfd8593735cd1f0dbd4 (diff) | |
download | chromium_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/thumbnail_store.h')
-rw-r--r-- | chrome/browser/thumbnail_store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/thumbnail_store.h b/chrome/browser/thumbnail_store.h index 143cbce..aaa03ce 100644 --- a/chrome/browser/thumbnail_store.h +++ b/chrome/browser/thumbnail_store.h @@ -117,7 +117,7 @@ class ThumbnailStore : public base::RefCountedThreadSafe<ThumbnailStore>, // will be called with url=C and redirects = {B -> A}. This information gets // inserted into the RedirectMap as A => {B -> C}. void OnRedirectsForURLAvailable(HistoryService::Handle handle, - GURL url, + const GURL& url, bool success, history::RedirectList* redirects); |