| Index: ui/views/cocoa/bridged_native_widget.h
|
| diff --git a/ui/views/cocoa/bridged_native_widget.h b/ui/views/cocoa/bridged_native_widget.h
|
| index 90e85fc3e9e9afb3ddbec3c77cc5ddef77bb2408..df888aef29c50bac94d02c980ffda45b189faf6e 100644
|
| --- a/ui/views/cocoa/bridged_native_widget.h
|
| +++ b/ui/views/cocoa/bridged_native_widget.h
|
| @@ -202,7 +202,7 @@ class VIEWS_EXPORT BridgedNativeWidget
|
| void UpdateLayerProperties();
|
|
|
| // Immediately return if there is a composited frame matching |size_in_dip|.
|
| - // Otherwise, asks ui::WindowResizeHelperMac to run tasks until a matching
|
| + // Otherwise, asks ui::WindowResizeHelper to run tasks until a matching
|
| // frame is ready, or a timeout occurs.
|
| void MaybeWaitForFrame(const gfx::Size& size_in_dip);
|
|
|
|
|