Index: ui/gfx/image/image_skia.cc |
diff --git a/ui/gfx/image/image_skia.cc b/ui/gfx/image/image_skia.cc |
index 01b332e7ee7cd5aeab4ef35e2eef8c07e8d966e5..8f1379de0aa0bae940bd242ca421b8de4063bd2a 100644 |
--- a/ui/gfx/image/image_skia.cc |
+++ b/ui/gfx/image/image_skia.cc |
@@ -256,7 +256,7 @@ void ImageSkia::AddRepresentation(const ImageSkiaRep& image_rep) { |
// and replace the existing rep if there is already one with the |
// same scale factor so that we can guarantee that a ImageSkia |
// instance contians only one image rep per scale factor. This is |
- // not possible now as ImageLoadingTracker currently stores need |
+ // not possible now as ImageLoader currently stores need |
// this feature, but this needs to be fixed. |
if (isNull()) { |
Init(image_rep); |