| Index: views/controls/native_control.h
|
| ===================================================================
|
| --- views/controls/native_control.h (revision 17161)
|
| +++ views/controls/native_control.h (working copy)
|
| @@ -15,7 +15,7 @@
|
|
|
| namespace views {
|
|
|
| -class HWNDView;
|
| +class NativeViewHost;
|
| class NativeControlContainer;
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| @@ -111,7 +111,7 @@
|
| // This variable is protected to provide subclassers direct access. However
|
| // subclassers should always check for NULL since this variable is only
|
| // initialized in ValidateNativeControl().
|
| - HWNDView* hwnd_view_;
|
| + NativeViewHost* hwnd_view_;
|
|
|
| // Fixed size information. -1 for a size means no fixed size.
|
| int fixed_width_;
|
|
|