| Index: ui/views/widget/native_widget_aura.h
|
| diff --git a/ui/views/widget/native_widget_aura.h b/ui/views/widget/native_widget_aura.h
|
| index a911fec07a00bf867305b0063a9ef8e1b76726fc..16c1befd1e6c6003dbf008a3ca56a76c78cde9bc 100644
|
| --- a/ui/views/widget/native_widget_aura.h
|
| +++ b/ui/views/widget/native_widget_aura.h
|
| @@ -24,7 +24,7 @@ class Font;
|
| namespace views {
|
|
|
| class DropHelper;
|
| -class TooltipManagerViews;
|
| +class TooltipManagerAura;
|
|
|
| class VIEWS_EXPORT NativeWidgetAura : public internal::NativeWidgetPrivate,
|
| public aura::WindowDelegate,
|
| @@ -168,7 +168,7 @@ class VIEWS_EXPORT NativeWidgetAura : public internal::NativeWidgetPrivate,
|
|
|
| gfx::NativeCursor cursor_;
|
|
|
| - scoped_ptr<TooltipManagerViews> tooltip_manager_;
|
| + scoped_ptr<TooltipManagerAura> tooltip_manager_;
|
|
|
| scoped_ptr<DesktopObserverImpl> desktop_observer_;
|
|
|
|
|