From 6687106894056969b5d3cfbeef6ba23bb75b46a5 Mon Sep 17 00:00:00 2001 From: "beng@google.com" Date: Thu, 31 Jul 2008 04:52:27 +0000 Subject: fix bustage, not sure why this didn't break on my machine git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/views/window.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome') diff --git a/chrome/views/window.h b/chrome/views/window.h index a941cb2..4173a27 100644 --- a/chrome/views/window.h +++ b/chrome/views/window.h @@ -244,6 +244,9 @@ class Window : public HWNDViewContainer { // Set to true if the window is in the process of closing . bool window_closed_; + // Allows CreateChromeWindow to access CustomFrameWindow's ctor. + friend class CustomFrameWindow; + DISALLOW_EVIL_CONSTRUCTORS(Window); }; -- cgit v1.1