| Index: chrome/browser/safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h
|
| diff --git a/chrome/browser/safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h b/chrome/browser/safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h
|
| index 2546a4c40981a17de87e04dbdfdd3136bb230060..fe92d7c7c781f246f8c72201e7e1cc080d6540b4 100644
|
| --- a/chrome/browser/safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h
|
| +++ b/chrome/browser/safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h
|
| @@ -22,7 +22,7 @@ class ChromePromptImpl : public chrome_cleaner::mojom::ChromePrompt {
|
| void PromptUser(
|
| std::vector<chrome_cleaner::mojom::UwSPtr> removable_uws_found,
|
| chrome_cleaner::mojom::ElevationStatus elevation_status,
|
| - const chrome_cleaner::mojom::ChromePrompt::PromptUserCallback& callback)
|
| + chrome_cleaner::mojom::ChromePrompt::PromptUserCallback callback)
|
| override;
|
|
|
| private:
|
|
|