summaryrefslogtreecommitdiffstats
path: root/chrome/views/window_delegate.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 20:51:58 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 20:51:58 +0000
commitede1b12edcf6744339f9286918ecb852bf3e4bb5 (patch)
tree7b4fe455d5b5f6262e6e3b57760a780461ad85b4 /chrome/views/window_delegate.h
parent978d2431afaea5aeff8e6d3366a9d289bb3b8f59 (diff)
downloadchromium_src-ede1b12edcf6744339f9286918ecb852bf3e4bb5.zip
chromium_src-ede1b12edcf6744339f9286918ecb852bf3e4bb5.tar.gz
chromium_src-ede1b12edcf6744339f9286918ecb852bf3e4bb5.tar.bz2
Rename Window->WindowWin
Pull basic Window interface out of WindowWin into new interface, Window. Convert code to use it. Review URL: http://codereview.chromium.org/42169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11668 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/window_delegate.h')
-rw-r--r--chrome/views/window_delegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/window_delegate.h b/chrome/views/window_delegate.h
index bbd5296..985ed60 100644
--- a/chrome/views/window_delegate.h
+++ b/chrome/views/window_delegate.h
@@ -148,7 +148,7 @@ class WindowDelegate {
void ReleaseWindow();
private:
- friend class Window;
+ friend class WindowWin;
// This is a little unusual. We use a scoped_ptr here because it's
// initialized to NULL automatically. We do this because we want to allow
// people using this helper to not have to call a ctor on this object.