| Index: chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.cc
|
| diff --git a/chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.cc
|
| similarity index 92%
|
| rename from chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc
|
| rename to chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.cc
|
| index 371808695f49aa46f95918544d2d93f1bbb9d5e5..bf63d51883a682a3fb9dd798a789d51208b5efff 100644
|
| --- a/chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc
|
| +++ b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/ui/autofill/mock_autofill_dialog_controller.h"
|
| +#include "chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h"
|
| #include "content/public/browser/native_web_keyboard_event.h" // For gmock.
|
| #include "grit/generated_resources.h"
|
| #include "ui/gfx/rect.h" // Only needed because gmock needs complete types.
|
|
|
| namespace autofill {
|
|
|
| -MockAutofillDialogController::MockAutofillDialogController() {
|
| +MockAutofillDialogViewDelegate::MockAutofillDialogViewDelegate() {
|
| using testing::DefaultValue;
|
| using testing::_;
|
| using testing::Return;
|
| @@ -49,7 +49,7 @@ MockAutofillDialogController::MockAutofillDialogController() {
|
| .WillByDefault(Return(false));
|
| }
|
|
|
| -MockAutofillDialogController::~MockAutofillDialogController() {
|
| +MockAutofillDialogViewDelegate::~MockAutofillDialogViewDelegate() {
|
| using testing::DefaultValue;
|
|
|
| DefaultValue<SuggestionState>::Clear();
|
|
|