| Index: chrome/browser/instant/instant_delegate.h
|
| diff --git a/chrome/browser/instant/instant_delegate.h b/chrome/browser/instant/instant_delegate.h
|
| index 21511d4dd8357636e2bc94947f809eba76a41ab7..23a41fb0fc2d89605004fecb36483c200d273375 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;
|
|
|