| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index f9d5b67c46a8e6e8d88ef0ebc188e640d3afb2f9..0379cf510972ad3d82a1ed8a08351554d48d1861 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -604,7 +604,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| // with it. TYPE_CONTROL and TYPE_TOOLTIP is not considered top level.
|
| bool is_top_level() const { return is_top_level_; }
|
|
|
| - // Returns the work are bounds of the screen the Widget belongs to.
|
| + // Returns the work area bounds of the screen the Widget belongs to.
|
| gfx::Rect GetWorkAreaBoundsInScreen() const;
|
|
|
| // Notification that our owner is closing.
|
|
|