summaryrefslogtreecommitdiffstats
path: root/chrome/test/base/ui_test_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/base/ui_test_utils.h')
-rw-r--r--chrome/test/base/ui_test_utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/base/ui_test_utils.h b/chrome/test/base/ui_test_utils.h
index 086d084..d16274a 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,