| 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 2a6ef20348aa40b21725a818b8396fae9ea0e93a..59ea97fdc172ce308dd8de992d6df6a459597bda 100644
|
| --- a/chrome/browser/autofill/test_autofill_external_delegate.h
|
| +++ b/chrome/browser/autofill/test_autofill_external_delegate.h
|
| @@ -9,7 +9,8 @@
|
| #include "chrome/browser/autofill/autofill_external_delegate.h"
|
|
|
| class AutofillManager;
|
| -class TabContentsWrapper;
|
| +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
|
|
|