| Index: webkit/tools/test_shell/simple_file_system.h
|
| diff --git a/webkit/tools/test_shell/simple_file_system.h b/webkit/tools/test_shell/simple_file_system.h
|
| index 2f9eeef1b1f925625e2ada4e27f934549e89acfa..031ed8b29564330b430f419073c4122098118ccb 100644
|
| --- a/webkit/tools/test_shell/simple_file_system.h
|
| +++ b/webkit/tools/test_shell/simple_file_system.h
|
| @@ -28,6 +28,8 @@ class SimpleFileSystem : public WebKit::WebFileSystem {
|
| WebKit::WebFileSystemCallbacks* callbacks);
|
| virtual void remove(const WebKit::WebString& path,
|
| WebKit::WebFileSystemCallbacks* callbacks);
|
| + virtual void removeRecursively(const WebKit::WebString& path,
|
| + WebKit::WebFileSystemCallbacks* callbacks);
|
| virtual void readMetadata(const WebKit::WebString& path,
|
| WebKit::WebFileSystemCallbacks* callbacks);
|
| virtual void createFile(const WebKit::WebString& path,
|
|
|