| Index: chrome/browser/media_galleries/media_galleries_preferences.h
|
| diff --git a/chrome/browser/media_galleries/media_galleries_preferences.h b/chrome/browser/media_galleries/media_galleries_preferences.h
|
| index f868aa37b32aa65921ef993aacbb2415dfa7e940..d2ae99b47b195f025f285604b34d50d36254c2e7 100644
|
| --- a/chrome/browser/media_galleries/media_galleries_preferences.h
|
| +++ b/chrome/browser/media_galleries/media_galleries_preferences.h
|
| @@ -105,9 +105,8 @@ struct MediaGalleryPrefInfo {
|
| bool volume_metadata_valid;
|
|
|
| // The following fields are populated with the audio, image, and video file
|
| - // counts from the last scan if |type| is kScanResult. For files where it is
|
| - // hard to determine the exact type, the file should be counted in all
|
| - // possible counts.
|
| + // counts from the last scan. For files where it is hard to determine the
|
| + // exact type, the file should be counted in all possible counts.
|
| int audio_count;
|
| int image_count;
|
| int video_count;
|
|
|