Index: webkit/glue/webfileutilities_impl.h |
diff --git a/webkit/glue/webfileutilities_impl.h b/webkit/glue/webfileutilities_impl.h |
index a589f0a912306a50c38a542e04fb42b997f4d5c4..dd0aa6a8ee6589b9ab4b1350bd4de15885d6afc6 100644 |
--- a/webkit/glue/webfileutilities_impl.h |
+++ b/webkit/glue/webfileutilities_impl.h |
@@ -6,6 +6,7 @@ |
#define WEBFILEUTILITIES_IMPL_H_ |
#include "base/platform_file.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileInfo.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileUtilities.h" |
#include "webkit/glue/webkit_glue_export.h" |
@@ -25,6 +26,9 @@ class WEBKIT_GLUE_EXPORT WebFileUtilitiesImpl : |
virtual bool getFileModificationTime( |
const WebKit::WebString& path, |
double& result); |
+ virtual bool getFileInfo( |
+ const WebKit::WebString& path, |
+ WebKit::WebFileInfo& result); |
virtual WebKit::WebString directoryName(const WebKit::WebString& path); |
virtual WebKit::WebString pathByAppendingComponent( |
const WebKit::WebString& path, const WebKit::WebString& component); |