| Index: views/window/native_frame_view.h
|
| ===================================================================
|
| --- views/window/native_frame_view.h (revision 85284)
|
| +++ views/window/native_frame_view.h (working copy)
|
| @@ -10,11 +10,11 @@
|
|
|
| namespace views {
|
|
|
| -class WindowWin;
|
| +class Window;
|
|
|
| class NativeFrameView : public NonClientFrameView {
|
| public:
|
| - explicit NativeFrameView(WindowWin* frame);
|
| + explicit NativeFrameView(Window* frame);
|
| virtual ~NativeFrameView();
|
|
|
| // NonClientFrameView overrides:
|
| @@ -33,7 +33,7 @@
|
|
|
| private:
|
| // Our containing frame.
|
| - WindowWin* frame_;
|
| + Window* frame_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(NativeFrameView);
|
| };
|
|
|