Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(606)

Unified Diff: ui/views/widget/native_widget_aura.h

Issue 8747022: Aura: Tooltips (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed usage of window delegate. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698