| Index: chrome/browser/ui/webui/favicon_source.h
|
| diff --git a/chrome/browser/ui/webui/favicon_source.h b/chrome/browser/ui/webui/favicon_source.h
|
| index a4014b7691dd13bd2fb8fb311cb641f0cb6175d9..829ac019bed6ce5832db276a2b1b4b6b9aaeb941 100644
|
| --- a/chrome/browser/ui/webui/favicon_source.h
|
| +++ b/chrome/browser/ui/webui/favicon_source.h
|
| @@ -88,13 +88,13 @@ class FaviconSource : public content::URLDataSource {
|
| IconRequest(const content::URLDataSource::GotDataCallback& cb,
|
| const GURL& path,
|
| int size,
|
| - ui::ScaleFactor scale);
|
| + float scale);
|
| ~IconRequest();
|
|
|
| content::URLDataSource::GotDataCallback callback;
|
| GURL request_path;
|
| int size_in_dip;
|
| - ui::ScaleFactor scale_factor;
|
| + float device_scale_factor;
|
| };
|
|
|
| // Called when the favicon data is missing to perform additional checks to
|
|
|