Index: webkit/glue/glue_util.h |
=================================================================== |
--- webkit/glue/glue_util.h (revision 10468) |
+++ webkit/glue/glue_util.h (working copy) |
@@ -17,6 +17,10 @@ |
class String; |
} |
+namespace WebKit { |
+class WebString; |
+} |
+ |
namespace gfx { |
class Rect; |
} |
@@ -46,6 +50,9 @@ |
FilePath::StringType StringToFilePathString(const WebCore::String& str); |
WebCore::String FilePathStringToString(const FilePath::StringType& str); |
+FilePath::StringType WebStringToFilePathString(const WebKit::WebString& str); |
+WebKit::WebString FilePathStringToWebString(const FilePath::StringType& str); |
+ |
GURL KURLToGURL(const WebCore::KURL& url); |
WebCore::KURL GURLToKURL(const GURL& url); |
GURL StringToGURL(const WebCore::String& spec); |