summaryrefslogtreecommitdiffstats
path: root/chrome/views
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-16 15:01:45 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-16 15:01:45 +0000
commitb70a6300d843c28a32db431f16ded32c65d01b05 (patch)
tree0a1fe2f1bf493e0cba27e189ffc55db454d07317 /chrome/views
parent48764c72b775bdc62aa43eedaea00ca01597e9ff (diff)
downloadchromium_src-b70a6300d843c28a32db431f16ded32c65d01b05.zip
chromium_src-b70a6300d843c28a32db431f16ded32c65d01b05.tar.gz
chromium_src-b70a6300d843c28a32db431f16ded32c65d01b05.tar.bz2
Reverting 9855.
This change didn't have any description and it broke the tree Review URL: http://codereview.chromium.org/21393 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9856 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views')
-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 d1d76f7..d10dbf6 100644
--- a/chrome/views/window_delegate.h
+++ b/chrome/views/window_delegate.h
@@ -143,7 +143,7 @@ class WindowDelegate {
void ReleaseWindow();
private:
- friend class Window;
+ friend Window;
// 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.