Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2316)

Unified Diff: chrome/browser/safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h

Issue 2867723002: Use OnceCallback on Mojo interfaces in //components/chrome_cleaner (Closed)
Patch Set: rebase. +#include. fix Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698