| Index: chrome/browser/win/jumplist_file_util.h
|
| diff --git a/chrome/browser/win/jumplist_file_util.h b/chrome/browser/win/jumplist_file_util.h
|
| index f9ab7a8fc61427cf60c10efe8c7c8882203a6060..cd51de55a25fe8329b354c9ef64b5282f2f13477 100644
|
| --- a/chrome/browser/win/jumplist_file_util.h
|
| +++ b/chrome/browser/win/jumplist_file_util.h
|
| @@ -79,7 +79,8 @@ void DeleteDirectoryAndLogResults(const base::FilePath& path,
|
| int max_file_deleted);
|
|
|
| // Deletes the content in the directory at |path| and records the result to UMA.
|
| -void DeleteDirectoryContentAndLogResults(const base::FilePath& path,
|
| - int max_file_deleted);
|
| +void DeleteDirectoryContentAndLogResultsUserVisiblePriority(
|
| + const base::FilePath& path,
|
| + int max_file_deleted);
|
|
|
| #endif // CHROME_BROWSER_WIN_JUMPLIST_FILE_UTIL_H_
|
|
|