summaryrefslogtreecommitdiffstats
path: root/chrome/views/client_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/client_view.h')
-rw-r--r--chrome/views/client_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/client_view.h b/chrome/views/client_view.h
index 919f661..d573039 100644
--- a/chrome/views/client_view.h
+++ b/chrome/views/client_view.h
@@ -42,7 +42,7 @@ class ClientView : public View {
// forwards the notification to the delegate.
virtual void WindowClosing();
- // Tests to see if the specified point (in view coordinates) is within the
+ // Tests to see if the specified point (in view coordinates) is within the
// bounds of this view. If so, it returns HTCLIENT in this default
// implementation. If it is outside the bounds of this view, this must return
// HTNOWHERE to tell the caller to do further processing to determine where