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

Unified Diff: components/password_manager/content/browser/content_password_manager_driver_unittest.cc

Issue 2869673002: Use OnceCallback on Mojo interfaces in //components/autofill (Closed)
Patch Set: rebase 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 | « components/autofill/content/renderer/password_autofill_agent.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/content/browser/content_password_manager_driver_unittest.cc
diff --git a/components/password_manager/content/browser/content_password_manager_driver_unittest.cc b/components/password_manager/content/browser/content_password_manager_driver_unittest.cc
index 95c0809d2ebfacd6afa36f2a51999f80c2bb7491..ad3549360668c6a99d528bc48428939dc2114e34 100644
--- a/components/password_manager/content/browser/content_password_manager_driver_unittest.cc
+++ b/components/password_manager/content/browser/content_password_manager_driver_unittest.cc
@@ -89,7 +89,7 @@ class FakePasswordAutofillAgent
const autofill::FormsPredictionsMap& predictions) override {}
void FindFocusedPasswordForm(
- const FindFocusedPasswordFormCallback& callback) override {}
+ FindFocusedPasswordFormCallback callback) override {}
// Records whether SetLoggingState() gets called.
bool called_set_logging_state_;
« no previous file with comments | « components/autofill/content/renderer/password_autofill_agent.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698