Index: webkit/glue/webfileutilities_impl.h |
diff --git a/webkit/glue/webfileutilities_impl.h b/webkit/glue/webfileutilities_impl.h |
index e2d24f242329f63c7933103bc766c0af9777f4a8..276126afd7041bd14dfc76cad7c409edac6e0b3d 100644 |
--- a/webkit/glue/webfileutilities_impl.h |
+++ b/webkit/glue/webfileutilities_impl.h |
@@ -18,7 +18,6 @@ class WEBKIT_GLUE_EXPORT WebFileUtilitiesImpl : |
virtual ~WebFileUtilitiesImpl(); |
// WebFileUtilities methods: |
- virtual void revealFolderInOS(const WebKit::WebString& path); |
virtual bool fileExists(const WebKit::WebString& path); |
virtual bool deleteFile(const WebKit::WebString& path); |
virtual bool deleteEmptyDirectory(const WebKit::WebString& path); |