summaryrefslogtreecommitdiffstats
path: root/views/widget/tooltip_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget/tooltip_manager.h')
-rw-r--r--views/widget/tooltip_manager.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/views/widget/tooltip_manager.h b/views/widget/tooltip_manager.h
index 3d5620d..5cfe2bf 100644
--- a/views/widget/tooltip_manager.h
+++ b/views/widget/tooltip_manager.h
@@ -12,7 +12,9 @@
#include "base/basictypes.h"
#include "base/task.h"
-class ChromeFont;
+namespace gfx {
+class Font;
+}
namespace views {
@@ -55,7 +57,7 @@ class TooltipManager {
static int GetTooltipHeight();
// Returns the default font used by tooltips.
- static ChromeFont GetDefaultFont();
+ static gfx::Font GetDefaultFont();
// Returns the separator for lines of text in a tooltip.
static const std::wstring& GetLineSeparator();