| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| index 32d1383c2779b1a94df1cd7db5ac565f85d1f0ec..df0e815397223529286544d5f068375fc473df42 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| @@ -301,7 +301,7 @@ bool IsInstrumentAllowed(
|
| // Signals that the user has opted in to geolocation services. Factored out
|
| // into a separate method because all interaction with the geolocation provider
|
| // needs to happen on the IO thread, which is not the thread
|
| -// AutofillDialogController lives on.
|
| +// AutofillDialogViewDelegate lives on.
|
| void UserDidOptIntoLocationServices() {
|
| content::GeolocationProvider::GetInstance()->UserDidOptIntoLocationServices();
|
| }
|
| @@ -448,7 +448,7 @@ gfx::Image GetGeneratedCardImage(const string16& card_number) {
|
|
|
| } // namespace
|
|
|
| -AutofillDialogController::~AutofillDialogController() {}
|
| +AutofillDialogViewDelegate::~AutofillDialogViewDelegate() {}
|
|
|
| AutofillDialogControllerImpl::~AutofillDialogControllerImpl() {
|
| if (popup_controller_)
|
| @@ -717,7 +717,7 @@ std::vector<DialogAutocheckoutStep>
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| -// AutofillDialogController implementation.
|
| +// AutofillDialogViewDelegate implementation.
|
|
|
| string16 AutofillDialogControllerImpl::DialogTitle() const {
|
| return l10n_util::GetStringUTF16(IDS_AUTOFILL_DIALOG_TITLE);
|
|
|