| Index: webkit/glue/webkit_glue.h
|
| diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h
|
| index 8f3a62baf56f432d887a1a30c1d2f56075c6ece6..7f6539cb0bf1885f05162b8a7a41d028f0fc78b1 100644
|
| --- a/webkit/glue/webkit_glue.h
|
| +++ b/webkit/glue/webkit_glue.h
|
| @@ -5,19 +5,18 @@
|
| #ifndef WEBKIT_GLUE_WEBKIT_GLUE_H_
|
| #define WEBKIT_GLUE_WEBKIT_GLUE_H_
|
|
|
| -#include <string>
|
| -
|
| -#include "base/platform_file.h"
|
| #include "webkit/glue/webkit_glue_export.h"
|
|
|
| +namespace base {
|
| +struct PlatformFileInfo;
|
| +}
|
| +
|
| namespace blink {
|
| struct WebFileInfo;
|
| }
|
|
|
| namespace webkit_glue {
|
|
|
| -WEBKIT_GLUE_EXPORT void SetJavaScriptFlags(const std::string& flags);
|
| -
|
| // File info conversion
|
| WEBKIT_GLUE_EXPORT void PlatformFileInfoToWebFileInfo(
|
| const base::PlatformFileInfo& file_info,
|
|
|