summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/rendering/RenderThemeChromiumFontProvider.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/rendering/RenderThemeChromiumFontProvider.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/rendering/RenderThemeChromiumFontProvider.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/chromium/third_party/WebKit/Source/core/rendering/RenderThemeChromiumFontProvider.h b/chromium/third_party/WebKit/Source/core/rendering/RenderThemeChromiumFontProvider.h
index 57589c2a397..e31322461b2 100644
--- a/chromium/third_party/WebKit/Source/core/rendering/RenderThemeChromiumFontProvider.h
+++ b/chromium/third_party/WebKit/Source/core/rendering/RenderThemeChromiumFontProvider.h
@@ -26,11 +26,7 @@
#ifndef RenderThemeChromiumFontProvider_h
#define RenderThemeChromiumFontProvider_h
-#include "CSSValueKeywords.h"
-
-namespace WTF {
-class String;
-}
+#include "core/CSSValueKeywords.h"
namespace WebCore {
@@ -42,7 +38,7 @@ public:
static void setDefaultFontSize(int);
protected:
- static const WTF::String& defaultGUIFont();
+ static const WTF::AtomicString& defaultGUIFont();
static float s_defaultFontSize;
};