| Index: chrome/browser/favicon/favicon_util.h
|
| diff --git a/chrome/browser/favicon/favicon_util.h b/chrome/browser/favicon/favicon_util.h
|
| index 08c40ca3a87bee80ddc25ef5115da49052175157..8f9c0cab9556a9e85dc53846a4003bd3ffe77079 100644
|
| --- a/chrome/browser/favicon/favicon_util.h
|
| +++ b/chrome/browser/favicon/favicon_util.h
|
| @@ -11,7 +11,7 @@
|
| #include "ui/base/layout.h"
|
|
|
| namespace chrome {
|
| -struct FaviconBitmapResult;
|
| +struct FaviconRawBitmapResult;
|
| }
|
|
|
| namespace gfx {
|
| @@ -37,7 +37,7 @@ class FaviconUtil {
|
| // Takes a vector of png-encoded frames, decodes them, and converts them to
|
| // a favicon of size favicon_size (in DIPs) at the desired ui scale factors.
|
| static gfx::Image SelectFaviconFramesFromPNGs(
|
| - const std::vector<favicon_base::FaviconBitmapResult>& png_data,
|
| + const std::vector<favicon_base::FaviconRawBitmapResult>& png_data,
|
| const std::vector<ui::ScaleFactor>& scale_factors,
|
| int favicon_size);
|
| };
|
|
|