diff options
Diffstat (limited to 'webkit/glue/glue_util.h')
-rw-r--r-- | webkit/glue/glue_util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/glue/glue_util.h b/webkit/glue/glue_util.h index b9ebf41..0bb7106 100644 --- a/webkit/glue/glue_util.h +++ b/webkit/glue/glue_util.h @@ -7,6 +7,7 @@ #include <string> +#include "base/file_path.h" #include "base/string16.h" #include "googleurl/src/gurl.h" @@ -43,6 +44,9 @@ WebCore::String String16ToString(const string16& str); std::string StringToStdString(const WebCore::String& str); WebCore::String StdStringToString(const std::string& str); +FilePath::StringType StringToFilePathString(const WebCore::String& str); +WebCore::String FilePathStringToString(const FilePath::StringType& str); + GURL KURLToGURL(const WebCore::KURL& url); WebCore::KURL GURLToKURL(const GURL& url); GURL StringToGURL(const WebCore::String& spec); |