| 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 1f6f85ce895e7b7545c43c1c1030c362e40dea00..354dca518fb1f8250083147f381c754a6a06339a 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_)
|
| @@ -719,7 +719,7 @@ std::vector<DialogAutocheckoutStep>
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| -// AutofillDialogController implementation.
|
| +// AutofillDialogViewDelegate implementation.
|
|
|
| string16 AutofillDialogControllerImpl::DialogTitle() const {
|
| return l10n_util::GetStringUTF16(IDS_AUTOFILL_DIALOG_TITLE);
|
|
|