summaryrefslogtreecommitdiffstats
path: root/chrome/browser/instant/instant_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/instant/instant_delegate.h')
-rw-r--r--chrome/browser/instant/instant_delegate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/instant/instant_delegate.h b/chrome/browser/instant/instant_delegate.h
index 21511d4..23a41fb 100644
--- a/chrome/browser/instant/instant_delegate.h
+++ b/chrome/browser/instant/instant_delegate.h
@@ -9,7 +9,8 @@
#include "base/string16.h"
#include "chrome/common/instant_types.h"
-class TabContentsWrapper;
+class TabContents;
+typedef TabContents TabContentsWrapper;
namespace gfx {
class Rect;