| 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 9b3be73c421f86a541ffa37c48cef53ded2bf8a1..be0793dd54783cb7877bb2b73089a9dda5c5ff07 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;
|
|
|