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

Unified Diff: components/autofill/content/browser/request_autocomplete_manager.h

Issue 306053008: Rename AutofillManagerDelegate to AutofillClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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
Index: components/autofill/content/browser/request_autocomplete_manager.h
diff --git a/components/autofill/content/browser/request_autocomplete_manager.h b/components/autofill/content/browser/request_autocomplete_manager.h
index aa5d25053194e472c89c7e78ad04a76378a2c4c5..648fae7a8451fb77d5117b851f93283fdb649eed 100644
--- a/components/autofill/content/browser/request_autocomplete_manager.h
+++ b/components/autofill/content/browser/request_autocomplete_manager.h
@@ -7,7 +7,7 @@
#include "base/callback_forward.h"
#include "base/memory/weak_ptr.h"
-#include "components/autofill/core/browser/autofill_manager_delegate.h"
+#include "components/autofill/core/browser/autofill_client.h"
class GURL;
@@ -36,7 +36,7 @@ class RequestAutocompleteManager {
// |form_structure| containing the filled form data. |debug_message| will
// be printed to the developer console.
void ReturnAutocompleteResult(
- AutofillManagerDelegate::RequestAutocompleteResult result,
+ AutofillClient::RequestAutocompleteResult result,
const base::string16& debug_message,
const FormStructure* form_structure);
@@ -45,7 +45,7 @@ class RequestAutocompleteManager {
void ShowRequestAutocompleteDialog(
const FormData& form,
const GURL& source_url,
- const AutofillManagerDelegate::ResultCallback& callback);
+ const AutofillClient::ResultCallback& callback);
// The autofill driver owns and outlives |this|.
ContentAutofillDriver* const autofill_driver_; // weak.

Powered by Google App Engine
This is Rietveld 408576698