| Index: chrome/test/base/ui_test_utils.h
|
| diff --git a/chrome/test/base/ui_test_utils.h b/chrome/test/base/ui_test_utils.h
|
| index 086d084c2ec9c2eff9da38e89a056d13441d80d9..d16274a9017c715d8a28ce7cf2f38ff7ce4eebfd 100644
|
| --- a/chrome/test/base/ui_test_utils.h
|
| +++ b/chrome/test/base/ui_test_utils.h
|
| @@ -52,7 +52,6 @@ class Profile;
|
| class ScopedTempDir;
|
| class SkBitmap;
|
| class TabContents;
|
| -typedef TabContents TabContentsWrapper;
|
| class TemplateURLService;
|
|
|
| namespace browser {
|
| @@ -215,7 +214,7 @@ void CrashTab(content::WebContents* tab);
|
| // Performs a find in the page of the specified tab. Returns the number of
|
| // matches found. |ordinal| is an optional parameter which is set to the index
|
| // of the current match.
|
| -int FindInPage(TabContentsWrapper* tab,
|
| +int FindInPage(TabContents* tab,
|
| const string16& search_string,
|
| bool forward,
|
| bool case_sensitive,
|
|
|