summaryrefslogtreecommitdiffstats
path: root/chrome/views/native_frame_view.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-14 03:13:06 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-14 03:13:06 +0000
commite56bbc990c6855f286ebf74e88e1bca0227fe210 (patch)
tree5ed565ac79a99800fa5cc66b65d52dd40a61a032 /chrome/views/native_frame_view.h
parent6b33e4da472b3c474a3f1328fdba4a84d4a91886 (diff)
downloadchromium_src-e56bbc990c6855f286ebf74e88e1bca0227fe210.zip
chromium_src-e56bbc990c6855f286ebf74e88e1bca0227fe210.tar.gz
chromium_src-e56bbc990c6855f286ebf74e88e1bca0227fe210.tar.bz2
rollback again
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11696 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/native_frame_view.h')
-rw-r--r--chrome/views/native_frame_view.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/views/native_frame_view.h b/chrome/views/native_frame_view.h
index c13784d..c46be18 100644
--- a/chrome/views/native_frame_view.h
+++ b/chrome/views/native_frame_view.h
@@ -9,11 +9,9 @@
namespace views {
-class WindowWin;
-
class NativeFrameView : public NonClientFrameView {
public:
- explicit NativeFrameView(WindowWin* frame);
+ explicit NativeFrameView(Window* frame);
virtual ~NativeFrameView();
// NonClientFrameView overrides:
@@ -29,7 +27,7 @@ class NativeFrameView : public NonClientFrameView {
private:
// Our containing frame.
- WindowWin* frame_;
+ Window* frame_;
DISALLOW_COPY_AND_ASSIGN(NativeFrameView);
};