Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(527)

Unified Diff: webkit/fileapi/sandboxed_file_system_operation.h

Issue 5624002: Move more code from headers to implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/fileapi/sandboxed_file_system_operation.h
diff --git a/webkit/fileapi/sandboxed_file_system_operation.h b/webkit/fileapi/sandboxed_file_system_operation.h
index 8794a9dbf085f96b9a72f6004e0d826c8dd564b9..c6c905d246fed8cb8a38b45df284b9eaefd76e4d 100644
--- a/webkit/fileapi/sandboxed_file_system_operation.h
+++ b/webkit/fileapi/sandboxed_file_system_operation.h
@@ -29,6 +29,7 @@ class SandboxedFileSystemOperation : public FileSystemOperation {
SandboxedFileSystemOperation(FileSystemCallbackDispatcher* dispatcher,
scoped_refptr<base::MessageLoopProxy> proxy,
SandboxedFileSystemContext* file_system_context);
+ virtual ~SandboxedFileSystemOperation();
void OpenFileSystem(const GURL& origin_url,
fileapi::FileSystemType type,

Powered by Google App Engine
This is Rietveld 408576698