| Index: webkit/glue/webkit_glue.h
|
| diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h
|
| index 6f11f7f8f5769dc1493fb00707ed064710260650..0843bbf1a3d195347df8c02bb294c0f0fa9d5bc4 100644
|
| --- a/webkit/glue/webkit_glue.h
|
| +++ b/webkit/glue/webkit_glue.h
|
| @@ -5,8 +5,6 @@
|
| #ifndef WEBKIT_GLUE_WEBKIT_GLUE_H_
|
| #define WEBKIT_GLUE_WEBKIT_GLUE_H_
|
|
|
| -#include <string>
|
| -
|
| #include "base/files/file.h"
|
| #include "webkit/glue/webkit_glue_export.h"
|
|
|
| @@ -16,8 +14,6 @@ struct WebFileInfo;
|
|
|
| namespace webkit_glue {
|
|
|
| -WEBKIT_GLUE_EXPORT void SetJavaScriptFlags(const std::string& flags);
|
| -
|
| // File info conversion
|
| WEBKIT_GLUE_EXPORT void FileInfoToWebFileInfo(
|
| const base::File::Info& file_info,
|
|
|