| Index: chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| index 6aa1712e91b5d520e75ade5debea03cebe726ca8..ee35fd792cc8079db9524cc234156e26bcd56973 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| @@ -140,7 +140,7 @@ class TestAutofillDialogController : public AutofillDialogControllerImpl {
|
| section, inputs, validation_type);
|
| }
|
|
|
| - // Saving to Chrome is tested in AutofillDialogController unit tests.
|
| + // Saving to Chrome is tested in AutofillDialogControllerImpl unit tests.
|
| // TODO(estade): test that the view defaults to saving to Chrome.
|
| virtual bool ShouldOfferToSaveInChrome() const OVERRIDE {
|
| return false;
|
|
|