| Index: chrome/browser/media_galleries/media_scan_manager.h
|
| ===================================================================
|
| --- chrome/browser/media_galleries/media_scan_manager.h (revision 252098)
|
| +++ chrome/browser/media_galleries/media_scan_manager.h (working copy)
|
| @@ -76,7 +76,8 @@
|
|
|
| void OnScanCompleted(
|
| bool success,
|
| - const MediaFolderFinder::MediaFolderFinderResults& found_folders);
|
| + const MediaFolderFinder::MediaFolderFinderResults& found_folders,
|
| + const std::vector<base::FilePath>& sensitive_locations);
|
|
|
| void OnFoundContainerDirectories(
|
| const MediaFolderFinder::MediaFolderFinderResults& found_folders,
|
|
|