| Index: chrome/browser/ui/cocoa/constrained_window_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/constrained_window_mac.h b/chrome/browser/ui/cocoa/constrained_window_mac.h
|
| index 9e062d3396fe5fe4845e05937569e3cc9ec832f7..93b0b5d87b839e5ae9d1e06412815c8472f991d5 100644
|
| --- a/chrome/browser/ui/cocoa/constrained_window_mac.h
|
| +++ b/chrome/browser/ui/cocoa/constrained_window_mac.h
|
| @@ -17,7 +17,8 @@
|
| @class GTMWindowSheetController;
|
| @class NSView;
|
| @class NSWindow;
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| // Base class for constrained dialog delegates. Never inherit from this
|
| // directly.
|
|
|