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

Unified Diff: chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.cc

Issue 21692002: Rename AutofillDialogController to AutofillDialogViewDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 4 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/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();

Powered by Google App Engine
This is Rietveld 408576698