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

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

Issue 21692002: Rename AutofillDialogController to AutofillDialogViewDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 5 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.h
diff --git a/chrome/browser/ui/autofill/mock_autofill_dialog_controller.h b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
similarity index 89%
rename from chrome/browser/ui/autofill/mock_autofill_dialog_controller.h
rename to chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
index 511b14b173ff7c5d3de3cc5386d2138806d4e7e2..5dca9bf2b0330ee55afd4cc7a8a85918c44f7442 100644
--- a/chrome/browser/ui/autofill/mock_autofill_dialog_controller.h
+++ b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_AUTOFILL_MOCK_AUTOFILL_DIALOG_CONTROLLER_H_
-#define CHROME_BROWSER_UI_AUTOFILL_MOCK_AUTOFILL_DIALOG_CONTROLLER_H_
+#ifndef CHROME_BROWSER_UI_AUTOFILL_MOCK_AUTOFILL_DIALOG_VIEW_DELEGATE_H_
+#define CHROME_BROWSER_UI_AUTOFILL_MOCK_AUTOFILL_DIALOG_VIEW_DELEGATE_H_
-#include "chrome/browser/ui/autofill/autofill_dialog_controller.h"
+#include "chrome/browser/ui/autofill/autofill_dialog_view_delegate.h"
#include "testing/gmock/include/gmock/gmock.h"
namespace autofill {
-class MockAutofillDialogController : public AutofillDialogController {
+class MockAutofillDialogViewDelegate : public AutofillDialogViewDelegate {
public:
- MockAutofillDialogController();
- virtual ~MockAutofillDialogController();
+ MockAutofillDialogViewDelegate();
+ virtual ~MockAutofillDialogViewDelegate();
MOCK_CONST_METHOD0(DialogTitle, string16());
MOCK_CONST_METHOD0(AccountChooserText, string16());
@@ -82,4 +82,4 @@ class MockAutofillDialogController : public AutofillDialogController {
} // namespace autofill
-#endif // CHROME_BROWSER_UI_AUTOFILL_MOCK_AUTOFILL_DIALOG_CONTROLLER_H_
+#endif // CHROME_BROWSER_UI_AUTOFILL_MOCK_AUTOFILL_DIALOG_VIEW_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698