| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index 9dad2f3478a2d332419b99eef50cadbd6712fb13..6d7b547a960761fd1cde40b7fa0b1ddcd39a6a39 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -144,7 +144,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| InitParams();
|
| explicit InitParams(Type type);
|
|
|
| - // If |parent_widget| is non-null, it's native view is returned, otherwise
|
| + // If |parent_widget| is non-null, its native view is returned, otherwise
|
| // |parent| is returned.
|
| gfx::NativeView GetParent() const;
|
|
|
|
|