summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_tab_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_tab_util.h')
-rw-r--r--chrome/browser/extensions/extension_tab_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_tab_util.h b/chrome/browser/extensions/extension_tab_util.h
index d6659e6..4fe0092 100644
--- a/chrome/browser/extensions/extension_tab_util.h
+++ b/chrome/browser/extensions/extension_tab_util.h
@@ -11,7 +11,8 @@
class Browser;
class GURL;
class Profile;
-class TabContentsWrapper;
+class TabContents;
+typedef TabContents TabContentsWrapper;
class TabStripModel;
namespace base {