diff options
Diffstat (limited to 'chrome/browser/gtk/download_item_gtk.h')
| -rw-r--r-- | chrome/browser/gtk/download_item_gtk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/gtk/download_item_gtk.h b/chrome/browser/gtk/download_item_gtk.h index 5e4d64e..f73592a 100644 --- a/chrome/browser/gtk/download_item_gtk.h +++ b/chrome/browser/gtk/download_item_gtk.h @@ -202,8 +202,8 @@ class DownloadItemGtk : public DownloadItem::Observer, SkBitmap* icon_small_; SkBitmap* icon_large_; - // The last download file path for which we requested an icon. - FilePath icon_filepath_; + // The last download file name for which we requested an icon. + FilePath icon_filename_; NotificationRegistrar registrar_; |
