| Index: ui/gfx/icon_util.cc
|
| diff --git a/ui/gfx/icon_util.cc b/ui/gfx/icon_util.cc
|
| index d071a2f47a9302e410b7ebf989aa2bb80f96d9dc..4ce9779fe2979c1447e93c4aa2af5b8a95aaf4f0 100644
|
| --- a/ui/gfx/icon_util.cc
|
| +++ b/ui/gfx/icon_util.cc
|
| @@ -344,7 +344,7 @@ SkBitmap IconUtil::CreateSkBitmapFromHICONHelper(HICON icon,
|
|
|
| bool IconUtil::CreateIconFileFromSkBitmap(const SkBitmap& bitmap,
|
| const SkBitmap& large_bitmap,
|
| - const FilePath& icon_path) {
|
| + const base::FilePath& icon_path) {
|
| // Only 32 bit ARGB bitmaps are supported. We also make sure the bitmap has
|
| // been properly initialized.
|
| SkAutoLockPixels bitmap_lock(bitmap);
|
|
|