| Index: views/widget/native_widget_aura.h
|
| diff --git a/views/widget/native_widget_aura.h b/views/widget/native_widget_aura.h
|
| index 3cf65e289c7207eed12a7f78fd1e1fa566f2bfb6..046255270ea20e2a7b41e602e98c843f4e629c60 100644
|
| --- a/views/widget/native_widget_aura.h
|
| +++ b/views/widget/native_widget_aura.h
|
| @@ -158,6 +158,8 @@ class VIEWS_EXPORT NativeWidgetAura : public internal::NativeWidgetPrivate,
|
|
|
| gfx::NativeCursor cursor_;
|
|
|
| + scoped_ptr<TooltipManager> tooltip_manager_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(NativeWidgetAura);
|
| };
|
|
|
|
|