diff options
Diffstat (limited to 'Source/WebCore/plugins/PluginDatabase.h')
-rw-r--r-- | Source/WebCore/plugins/PluginDatabase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/plugins/PluginDatabase.h b/Source/WebCore/plugins/PluginDatabase.h index c412c0966..55980d1de 100644 --- a/Source/WebCore/plugins/PluginDatabase.h +++ b/Source/WebCore/plugins/PluginDatabase.h @@ -28,11 +28,11 @@ #ifndef PluginDatabase_h #define PluginDatabase_h -#include "PlatformString.h" #include "PluginPackage.h" #include <wtf/HashSet.h> #include <wtf/Vector.h> #include <wtf/text/StringHash.h> +#include <wtf/text/WTFString.h> namespace WebCore { class Element; |