Chromium Code Reviews| Index: content/common/file_system/webfilesystem_impl.h |
| =================================================================== |
| --- content/common/file_system/webfilesystem_impl.h (revision 78772) |
| +++ content/common/file_system/webfilesystem_impl.h (working copy) |
| @@ -64,6 +64,7 @@ |
| virtual WebKit::WebFileWriter* createFileWriter( |
| const WebKit::WebString& path, WebKit::WebFileWriterClient*); |
| + |
|
kinuko
2011/03/22 00:16:24
No need to change this file?
ericu
2011/03/22 00:40:31
Reverted.
|
| }; |
| #endif // CONTENT_COMMON_FILE_SYSTEM_WEBFILESYSTEM_IMPL_H_ |