| Index: chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.cc b/chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| index 7f429c4da1837ec08f31500acdea5cabf436bd4e..2ef6da2de3c1b457e2df40f2011bca4feda7c73a 100644
|
| --- a/chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| @@ -798,7 +798,7 @@ void LocationBarViewGtk::OnSetFocus() {
|
| }
|
|
|
| SkBitmap LocationBarViewGtk::GetFavicon() const {
|
| - return GetTabContents()->favicon_tab_helper()->GetFavicon();
|
| + return GetTabContents()->favicon_tab_helper()->GetFavicon().AsBitmap();
|
| }
|
|
|
| string16 LocationBarViewGtk::GetTitle() const {
|
|
|