| Index: chrome/browser/autofill/test_autofill_external_delegate.h
|
| diff --git a/chrome/browser/autofill/test_autofill_external_delegate.h b/chrome/browser/autofill/test_autofill_external_delegate.h
|
| index 59ea97fdc172ce308dd8de992d6df6a459597bda..45556c69f98ce453393ad38d89c10f594049a9b4 100644
|
| --- a/chrome/browser/autofill/test_autofill_external_delegate.h
|
| +++ b/chrome/browser/autofill/test_autofill_external_delegate.h
|
| @@ -10,14 +10,13 @@
|
|
|
| class AutofillManager;
|
| class TabContents;
|
| -typedef TabContents TabContentsWrapper;
|
|
|
| // This test class is meant to give tests a base AutofillExternalDelegate
|
| // class that requires no additional work to compile with (i.e. all the
|
| // pure virtual functions have been giving empty methods).
|
| class TestAutofillExternalDelegate : public AutofillExternalDelegate {
|
| public:
|
| - TestAutofillExternalDelegate(TabContentsWrapper* wrapper,
|
| + TestAutofillExternalDelegate(TabContents* tab_contents,
|
| AutofillManager* autofill_manager);
|
| virtual ~TestAutofillExternalDelegate();
|
|
|
|
|