summaryrefslogtreecommitdiffstats
path: root/chrome/views
diff options
context:
space:
mode:
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 4c496bb..e77f9c2 100644
--- a/chrome/views/window_delegate.h
+++ b/chrome/views/window_delegate.h
@@ -143,7 +143,7 @@ class WindowDelegate {
void ReleaseWindow();
private:
- friend Window;
+ friend class 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.