summaryrefslogtreecommitdiffstats
path: root/chrome/views/client_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/client_view.cc')
-rw-r--r--chrome/views/client_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/client_view.cc b/chrome/views/client_view.cc
index 0d4cb3e..319dd56 100644
--- a/chrome/views/client_view.cc
+++ b/chrome/views/client_view.cc
@@ -22,7 +22,7 @@ int ClientView::NonClientHitTest(const gfx::Point& point) {
}
void ClientView::WindowClosing() {
- window_->window_delegate()->WindowClosing();
+ window_->GetDelegate()->WindowClosing();
}
///////////////////////////////////////////////////////////////////////////////