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

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

Issue 2384083005: Revert of mus: Use TooltipManagerAura in NativeWidgetMus. (Closed)
Patch Set: Created 4 years, 2 months 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
« no previous file with comments | « ui/views/mus/native_widget_mus.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/tooltip_manager_aura.h
diff --git a/ui/views/widget/tooltip_manager_aura.h b/ui/views/widget/tooltip_manager_aura.h
index 6de6187b030905b74036ca2549d2519a6ebc2182..f429385525ab350028c4b4c2ad593b31bac348f6 100644
--- a/ui/views/widget/tooltip_manager_aura.h
+++ b/ui/views/widget/tooltip_manager_aura.h
@@ -9,7 +9,6 @@
#include "base/macros.h"
#include "base/strings/string16.h"
#include "ui/gfx/geometry/point.h"
-#include "ui/views/views_export.h"
#include "ui/views/widget/tooltip_manager.h"
namespace aura {
@@ -25,7 +24,7 @@
class Widget;
// TooltipManager implementation for Aura.
-class VIEWS_EXPORT TooltipManagerAura : public TooltipManager {
+class TooltipManagerAura : public TooltipManager {
public:
explicit TooltipManagerAura(Widget* widget);
~TooltipManagerAura() override;
« no previous file with comments | « ui/views/mus/native_widget_mus.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698