| 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 c6f07511a2db393b1956ed2cbcbbd6ac1ed70600..daded7a29cfdd7758e7a6691c3444bb6b57542b1 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,
|
| @@ -169,7 +169,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_;
|
|
|
|
|