| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| index 9484bba743879792e8540b1e5f1c0127f3df324e..361e34dff8cf72fa2725e7d7f619cba5a7f5586b 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| @@ -66,6 +66,7 @@
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/base/l10n/l10n_util_mac.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| +#include "ui/gfx/image/image.h"
|
|
|
| using content::WebContents;
|
|
|
| @@ -317,7 +318,7 @@ void LocationBarViewMac::OnKillFocus() {
|
| // Do nothing.
|
| }
|
|
|
| -SkBitmap LocationBarViewMac::GetFavicon() const {
|
| +gfx::Image LocationBarViewMac::GetFavicon() const {
|
| return browser_->GetCurrentPageIcon();
|
| }
|
|
|
|
|