| Index: chrome/browser/ui/fullscreen_controller.h
|
| diff --git a/chrome/browser/ui/fullscreen_controller.h b/chrome/browser/ui/fullscreen_controller.h
|
| index 8e8b468b2b28f52221f29575c1045e2d88ea89bd..f5304a322d98cf5e17a8847c85b09d08b32fc317 100644
|
| --- a/chrome/browser/ui/fullscreen_controller.h
|
| +++ b/chrome/browser/ui/fullscreen_controller.h
|
| @@ -15,7 +15,8 @@ class Browser;
|
| class BrowserWindow;
|
| class GURL;
|
| class Profile;
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| namespace content {
|
| class WebContents;
|
|
|