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

Unified Diff: chrome/browser/ui/android/autofill/autofill_dialog_controller_android.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: chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h
diff --git a/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h b/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h
index d1ffb3a19bd6178c88bfe1f2c557b76d848b3934..92957b84a81bc5aa307685ed306c943105e7fbb3 100644
--- a/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h
+++ b/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h
@@ -12,7 +12,7 @@
#include "base/time/time.h"
#include "chrome/browser/ui/autofill/autofill_dialog_controller.h"
#include "chrome/browser/ui/autofill/autofill_dialog_types.h"
-#include "components/autofill/core/browser/autofill_manager_delegate.h"
+#include "components/autofill/core/browser/autofill_client.h"
class Profile;
@@ -27,7 +27,7 @@ class AutofillDialogControllerAndroid : public AutofillDialogController {
content::WebContents* contents,
const FormData& form_structure,
const GURL& source_url,
- const AutofillManagerDelegate::ResultCallback& callback);
+ const AutofillClient::ResultCallback& callback);
virtual ~AutofillDialogControllerAndroid();
@@ -55,7 +55,7 @@ class AutofillDialogControllerAndroid : public AutofillDialogController {
content::WebContents* contents,
const FormData& form_structure,
const GURL& source_url,
- const AutofillManagerDelegate::ResultCallback& callback);
+ const AutofillClient::ResultCallback& callback);
const AutofillMetrics& GetMetricLogger() const {
return metric_logger_;
@@ -88,7 +88,7 @@ class AutofillDialogControllerAndroid : public AutofillDialogController {
GURL source_url_;
// The callback via which we return the collected data.
- AutofillManagerDelegate::ResultCallback callback_;
+ AutofillClient::ResultCallback callback_;
// Whether |form_structure_| has asked for any details that would indicate
// we should show a shipping section.

Powered by Google App Engine
This is Rietveld 408576698