Index: chrome/browser/ui/web_applications/web_app_ui.cc |
diff --git a/chrome/browser/ui/web_applications/web_app_ui.cc b/chrome/browser/ui/web_applications/web_app_ui.cc |
index 4834b3f5a6db7a8188d1c2457f672fccbc8ecd85..2e7b6c4efae73e409b9df6a4e5a9df106e89e3bb 100644 |
--- a/chrome/browser/ui/web_applications/web_app_ui.cc |
+++ b/chrome/browser/ui/web_applications/web_app_ui.cc |
@@ -364,7 +364,7 @@ void OnImageLoaded(ShellIntegration::ShortcutInfo shortcut_info, |
// the icons, hackily put into a single ImageSkia. Separate them out into |
// individual ImageSkias and insert them into the icon family. |
const gfx::ImageSkia& multires_image_skia = image.AsImageSkia(); |
- // NOTE: We do not call ImageSkia::EnsureRepsForSupportedScaleFactors here. |
+ // NOTE: We do not call ImageSkia::EnsureRepsForSupportedScales here. |
// The image reps here are not really for different scale factors (ImageSkia |
// is just being used as a handy container for multiple images). |
std::vector<gfx::ImageSkiaRep> image_reps = |